#B535B1

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

Shades of Fuchsia #B535B1

Tints of Fuchsia #B535B1

Color information

#B535B1 (or 0xB535B1) is unknown color: approx Fuchsia. HEX triplet: B5, 35 and B1. RGB value is (181,53,177). Sum of RGB (Red+Green+Blue) = 181+53+177=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B535B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B535B1 is #4ACA4E. Grayscale: #696969. Windows color (decimal): -4901455 or 11613621. OLE color: 11613621.

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

Color convert

RGB18153177-
CMYK00.710.020.29
HSL301.88º54.7%45.88%-
HSV(B)301.88º70.72%70.98%-
XYZ28.2615.5443.11-
YUV105.41168.41181.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 177 (69.53% from 255) = 43.07%
R=44.04%
G=12.90%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815317700.710.020.29301.8854.745.88
HexB535B104721D12e372e
Octal2656526101072354566756
Binary1011010111010110110001010001111011101100101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535B1; }

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

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

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

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

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

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

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

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