#B575C9

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

Shades of East Side #B575C9

Tints of East Side #B575C9

Color information

#B575C9 (or 0xB575C9) is unknown color: approx East Side. HEX triplet: B5, 75 and C9. RGB value is (181,117,201). Sum of RGB (Red+Green+Blue) = 181+117+201=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #B575C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575C9 is #4A8A36. Grayscale: #919191. Windows color (decimal): -4885047 or 13202869. OLE color: 13202869.

HSL color Cylindrical-coordinate representation of color #B575C9: hue angle of 285.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B575C9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181117201-
CMYK0.100.4200.21
HSL285.71º43.75%62.35%-
HSV(B)285.71º41.79%78.82%-
XYZ35.9626.7658.53-
YUV145.71159.2153.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=36.27%
G=23.45%
B=40.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811172010.100.4200.21285.7143.7562.35
HexB575C9A2A01511e2c3e
Octal26516531112520254365476
Binary101101011110101110010011010101010010101100011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575C9; }

 p { color: rgb(181,117,201); }

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

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

 a { background-color: rgb(181,117,201); }

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

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

 span { border-color: rgb(181,117,201); }

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