#B033AB

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

Shades of Fuchsia #B033AB

Tints of Fuchsia #B033AB

Color information

#B033AB (or 0xB033AB) is unknown color: approx Fuchsia. HEX triplet: B0, 33 and AB. RGB value is (176,51,171). Sum of RGB (Red+Green+Blue) = 176+51+171=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B033AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B033AB is #4FCC54. Grayscale: #656565. Windows color (decimal): -5229653 or 11219888. OLE color: 11219888.

HSL color Cylindrical-coordinate representation of color #B033AB: hue angle of 302.4º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B033AB is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17651171-
CMYK00.710.030.31
HSL302.4º55.07%44.51%-
HSV(B)302.4º71.02%69.02%-
XYZ26.4414.5439.94-
YUV102.06166.91180.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 51 (20.31% from 255) = 12.81%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=44.22%
G=12.81%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765117100.710.030.31302.455.0744.51
HexB033AB04731F12e372d
Octal2606325301073374566755
Binary1011000011001110101011010001111111111100101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033AB; }

 p { color: rgb(176,51,171); }

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

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

 a { background-color: rgb(176,51,171); }

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

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

 span { border-color: rgb(176,51,171); }

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