Html Css Color HEX #B62BB4 Fuchsia

📋 copy color: '#B62BB4'

red 182 ◦ green 43 ◦ blue 180

#B62BB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B62BB4

Tints of Fuchsia #B62BB4

RGB

 RED value IS 182 (71.48% from 255) = 44.94%

 GREEN value IS 43 (17.19% from 255) = 10.62%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 44.94%
G = 10.62%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B62BB4 (or 0xB62BB4) is known color: Fuchsia. HEX triplet: B6, 2B and B4. RGB value is (182,43,180). Sum of RGB (Red+Green+Blue) = 182+43+180=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B62BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BB4 is #49D44B. Grayscale: #636363. Windows color (decimal): -4838476 or 11807670. OLE color: 11807670.

HSL color Cylindrical-coordinate representation of color #B62BB4: hue angle of 300.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62BB4 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 43 180 -
CMYK 0 0.76 0.01 0.29
HSL 300.86º 0.62% 0.44% -
HSV(B) 300.86º 0.76% 0.71% -
XYZ 28.39 14.97 44.57 -
YUV 100.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 182 43 180 0 0.76 0.01 0.29 300.86 0.62 0.44
Hex B6 2B B4 0 4C 1 1D 12D 3E 2C
Octal 266 53 264 0 114 1 35 455 76 54
Binary 10110110 101011 10110100 0 1001100 1 11101 100101101 111110 101100

Color Harmonies of #B62BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62BB4

Black with #B62BB4

Text Example


Text Example

White with #B62BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62BB4; }

 p { color: rgb(182,43,180); }

 H1.HeaderClassName
 {
   color: #B62BB4;
 }
 .AnyTagClassName
 {
   color: #B62BB4;
 }
</style>

background-color css

<style>
 a { background-color: #B62BB4; }

 a { background-color: rgb(182,43,180); }

 div.DivClassName
 {
   background-color: #B62BB4;
 }
 .BgClassName
 {
   background-color: #B62BB4;
 }
</style>

border-color css

<style>
 span { border-color: #B62BB4; }

 span { border-color: rgb(182,43,180); }

 td.TdClassName
 {
   border-color: #B62BB4;
 }
 .TagClassName
 {
   border-color: #B62BB4;
 }
</style>