Html Css Color HEX #B042A9 Fuchsia

📋 copy color: '#B042A9'

red 176 ◦ green 66 ◦ blue 169

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

Shades of Fuchsia #B042A9

Tints of Fuchsia #B042A9

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 42.82%
G = 16.06%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B042A9 (or 0xB042A9) is known color: Fuchsia. HEX triplet: B0, 42 and A9. RGB value is (176,66,169). Sum of RGB (Red+Green+Blue) = 176+66+169=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B042A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042A9 is #4FBD56. Grayscale: #6E6E6E. Windows color (decimal): -5225815 or 11092656. OLE color: 11092656.

HSL color Cylindrical-coordinate representation of color #B042A9: hue angle of 303.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B042A9 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 169 -
CMYK 0 0.62 0.04 0.31
HSL 303.82º 0.45% 0.47% -
HSV(B) 303.82º 0.63% 0.69% -
XYZ 27.01 15.99 39.2 -
YUV 110.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 176 66 169 0 0.62 0.04 0.31 303.82 0.45 0.47
Hex B0 42 A9 0 3E 4 1F 130 2D 2F
Octal 260 102 251 0 76 4 37 460 55 57
Binary 10110000 1000010 10101001 0 111110 100 11111 100110000 101101 101111

Color Harmonies of #B042A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042A9

Black with #B042A9

Text Example


Text Example

White with #B042A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042A9; }

 p { color: rgb(176,66,169); }

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

background-color css

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

 a { background-color: rgb(176,66,169); }

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

border-color css

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

 span { border-color: rgb(176,66,169); }

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