#B535AA

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

Shades of Fuchsia #B535AA

Tints of Fuchsia #B535AA

Color information

#B535AA (or 0xB535AA) is unknown color: approx Fuchsia. HEX triplet: B5, 35 and AA. RGB value is (181,53,170). Sum of RGB (Red+Green+Blue) = 181+53+170=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B535AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B535AA is #4ACA55. Grayscale: #686868. Windows color (decimal): -4901462 or 11154869. OLE color: 11154869.

HSL color Cylindrical-coordinate representation of color #B535AA: hue angle of 305.16º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B535AA is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18153170-
CMYK00.710.060.29
HSL305.16º54.7%45.88%-
HSV(B)305.16º70.72%70.98%-
XYZ27.5815.2739.52-
YUV104.61164.91182.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 53 (21.09% from 255) = 13.12%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=44.80%
G=13.12%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815317000.710.060.29305.1654.745.88
HexB535AA04761D131372e
Octal2656525201076354616756
Binary10110101110101101010100100011111011101100110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535AA; }

 p { color: rgb(181,53,170); }

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

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

 a { background-color: rgb(181,53,170); }

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

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

 span { border-color: rgb(181,53,170); }

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