#B02FA9

Color #B02FA9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B02FA9

Tints of Fuchsia #B02FA9

Color information

#B02FA9 (or 0xB02FA9) is unknown color: approx Fuchsia. HEX triplet: B0, 2F and A9. RGB value is (176,47,169). Sum of RGB (Red+Green+Blue) = 176+47+169=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B02FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02FA9 is #4FD056. Grayscale: #636363. Windows color (decimal): -5230679 or 11087792. OLE color: 11087792.

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

Color convert

RGB17647169-
CMYK00.730.040.31
HSL303.26º57.85%43.73%-
HSV(B)303.26º73.3%69.02%-
XYZ26.0814.1338.89-
YUV99.48167.24182.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 47 (18.75% from 255) = 11.99%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=44.90%
G=11.99%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764716900.730.040.31303.2657.8543.73
HexB02FA904941F12f3a2c
Octal2605725101114374577254
Binary10110000101111101010010100100110011111100101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FA9; }

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

 H1.HeaderClassName
 {
   color: #B02FA9;
 }
 .AnyTagClassName
 {
   color: #B02FA9;
 }
</style>
background-color css

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

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

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

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

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

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