#B02FAA

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

Shades of Fuchsia #B02FAA

Tints of Fuchsia #B02FAA

Color information

#B02FAA (or 0xB02FAA) is unknown color: approx Fuchsia. HEX triplet: B0, 2F and AA. RGB value is (176,47,170). Sum of RGB (Red+Green+Blue) = 176+47+170=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B02FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02FAA is #4FD055. Grayscale: #636363. Windows color (decimal): -5230678 or 11153328. OLE color: 11153328.

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

Color convert

RGB17647170-
CMYK00.730.030.31
HSL302.79º57.85%43.73%-
HSV(B)302.79º73.3%69.02%-
XYZ26.1814.1739.38-
YUV99.59167.74182.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 47 (18.75% from 255) = 11.96%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=44.78%
G=11.96%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764717000.730.030.31302.7957.8543.73
HexB02FAA04931F12f3a2c
Octal2605725201113374577254
Binary1011000010111110101010010010011111111100101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FAA; }

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

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

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

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

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

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

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

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