#B02FAE

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

Shades of Fuchsia #B02FAE

Tints of Fuchsia #B02FAE

Color information

#B02FAE (or 0xB02FAE) is unknown color: approx Fuchsia. HEX triplet: B0, 2F and AE. RGB value is (176,47,174). Sum of RGB (Red+Green+Blue) = 176+47+174=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B02FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02FAE is #4FD051. Grayscale: #636363. Windows color (decimal): -5230674 or 11415472. OLE color: 11415472.

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

Color convert

RGB17647174-
CMYK00.730.010.31
HSL300.93º57.85%43.73%-
HSV(B)300.93º73.3%69.02%-
XYZ26.5614.3241.41-
YUV100.05169.74182.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 47 (18.75% from 255) = 11.84%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=44.33%
G=11.84%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764717400.730.010.31300.9357.8543.73
HexB02FAE04911F12d3a2c
Octal2605725601111374557254
Binary101100001011111010111001001001111111100101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FAE; }

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

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

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

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

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

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

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

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