Html Css Color HEX #B042AD Fuchsia

📋 copy color: '#B042AD'

red 176 ◦ green 66 ◦ blue 173

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

Shades of Fuchsia #B042AD

Tints of Fuchsia #B042AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 42.41%
G = 15.9%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B042AD (or 0xB042AD) is known color: Fuchsia. HEX triplet: B0, 42 and AD. RGB value is (176,66,173). Sum of RGB (Red+Green+Blue) = 176+66+173=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B042AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042AD is #4FBD52. Grayscale: #6E6E6E. Windows color (decimal): -5225811 or 11354800. OLE color: 11354800.

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

Color convert

RGB 176 66 173 -
CMYK 0 0.62 0.02 0.31
HSL 301.64º 0.45% 0.47% -
HSV(B) 301.64º 0.63% 0.69% -
XYZ 27.4 16.14 41.21 -
YUV 111.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 176 66 173 0 0.62 0.02 0.31 301.64 0.45 0.47
Hex B0 42 AD 0 3E 2 1F 12E 2D 2F
Octal 260 102 255 0 76 2 37 456 55 57
Binary 10110000 1000010 10101101 0 111110 10 11111 100101110 101101 101111

Color Harmonies of #B042AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042AD

Black with #B042AD

Text Example


Text Example

White with #B042AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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