#B533A9

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

Shades of Fuchsia #B533A9

Tints of Fuchsia #B533A9

Color information

#B533A9 (or 0xB533A9) is unknown color: approx Fuchsia. HEX triplet: B5, 33 and A9. RGB value is (181,51,169). Sum of RGB (Red+Green+Blue) = 181+51+169=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B533A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533A9 is #4ACC56. Grayscale: #666666. Windows color (decimal): -4901975 or 11088821. OLE color: 11088821.

HSL color Cylindrical-coordinate representation of color #B533A9: hue angle of 305.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B533A9 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18151169-
CMYK00.720.070.29
HSL305.54º56.03%45.49%-
HSV(B)305.54º71.82%70.98%-
XYZ27.415.0639-
YUV103.32165.07183.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=45.14%
G=12.72%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815116900.720.070.29305.5456.0345.49
HexB533A904871D132382d
Octal2656325101107354627055
Binary10110101110011101010010100100011111101100110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B533A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B533A9; }

 p { color: rgb(181,51,169); }

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

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

 a { background-color: rgb(181,51,169); }

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

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

 span { border-color: rgb(181,51,169); }

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