#B033AE

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

Shades of Fuchsia #B033AE

Tints of Fuchsia #B033AE

Color information

#B033AE (or 0xB033AE) is unknown color: approx Fuchsia. HEX triplet: B0, 33 and AE. RGB value is (176,51,174). Sum of RGB (Red+Green+Blue) = 176+51+174=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B033AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B033AE is #4FCC51. Grayscale: #666666. Windows color (decimal): -5229650 or 11416496. OLE color: 11416496.

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

Color convert

RGB17651174-
CMYK00.710.010.31
HSL300.96º55.07%44.51%-
HSV(B)300.96º71.02%69.02%-
XYZ26.7314.6541.46-
YUV102.4168.41180.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=43.89%
G=12.72%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765117400.710.010.31300.9655.0744.51
HexB033AE04711F12d372d
Octal2606325601071374556755
Binary101100001100111010111001000111111111100101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033AE; }

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

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

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

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

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

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

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

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