Html Css Color HEX #B02CAF Fuchsia

📋 copy color: '#B02CAF'

red 176 ◦ green 44 ◦ blue 175

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

Shades of Fuchsia #B02CAF

Tints of Fuchsia #B02CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 44.56%
G = 11.14%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B02CAF (or 0xB02CAF) is known color: Fuchsia. HEX triplet: B0, 2C and AF. RGB value is (176,44,175). Sum of RGB (Red+Green+Blue) = 176+44+175=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B02CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02CAF is #4FD350. Grayscale: #626262. Windows color (decimal): -5231441 or 11480240. OLE color: 11480240.

HSL color Cylindrical-coordinate representation of color #B02CAF: hue angle of 300.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02CAF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 175 -
CMYK 0 0.75 0.01 0.31
HSL 300.45º 0.6% 0.43% -
HSV(B) 300.45º 0.75% 0.69% -
XYZ 26.54 14.13 41.89 -
YUV 98.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 176 44 175 0 0.75 0.01 0.31 300.45 0.6 0.43
Hex B0 2C AF 0 4B 1 1F 12C 3C 2B
Octal 260 54 257 0 113 1 37 454 74 53
Binary 10110000 101100 10101111 0 1001011 1 11111 100101100 111100 101011

Color Harmonies of #B02CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CAF

Black with #B02CAF

Text Example


Text Example

White with #B02CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CAF; }

 p { color: rgb(176,44,175); }

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

background-color css

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

 a { background-color: rgb(176,44,175); }

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

border-color css

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

 span { border-color: rgb(176,44,175); }

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