Html Css Color HEX #B042AB Fuchsia

📋 copy color: '#B042AB'

red 176 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #B042AB

Tints of Fuchsia #B042AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 42.62%
G = 15.98%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B042AB (or 0xB042AB) is known color: Fuchsia. HEX triplet: B0, 42 and AB. RGB value is (176,66,171). Sum of RGB (Red+Green+Blue) = 176+66+171=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B042AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042AB is #4FBD54. Grayscale: #6E6E6E. Windows color (decimal): -5225813 or 11223728. OLE color: 11223728.

HSL color Cylindrical-coordinate representation of color #B042AB: hue angle of 302.73º 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 #B042AB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 171 -
CMYK 0 0.62 0.03 0.31
HSL 302.73º 0.45% 0.47% -
HSV(B) 302.73º 0.63% 0.69% -
XYZ 27.2 16.07 40.2 -
YUV 110.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 176 66 171 0 0.62 0.03 0.31 302.73 0.45 0.47
Hex B0 42 AB 0 3E 3 1F 12F 2D 2F
Octal 260 102 253 0 76 3 37 457 55 57
Binary 10110000 1000010 10101011 0 111110 11 11111 100101111 101101 101111

Color Harmonies of #B042AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042AB

Black with #B042AB

Text Example


Text Example

White with #B042AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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