#B533AE

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

Shades of Fuchsia #B533AE

Tints of Fuchsia #B533AE

Color information

#B533AE (or 0xB533AE) is unknown color: approx Fuchsia. HEX triplet: B5, 33 and AE. RGB value is (181,51,174). Sum of RGB (Red+Green+Blue) = 181+51+174=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B533AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533AE is #4ACC51. Grayscale: #676767. Windows color (decimal): -4901970 or 11416501. OLE color: 11416501.

HSL color Cylindrical-coordinate representation of color #B533AE: hue angle of 303.23º 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 #B533AE is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18151174-
CMYK00.720.040.29
HSL303.23º56.03%45.49%-
HSV(B)303.23º71.82%70.98%-
XYZ27.8815.2541.52-
YUV103.89167.57183-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=44.58%
G=12.56%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815117400.720.040.29303.2356.0345.49
HexB533AE04841D12f382d
Octal2656325601104354577055
Binary10110101110011101011100100100010011101100101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B533AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B533AE; }

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

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

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

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

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

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

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

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