#B575CE

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

Shades of East Side #B575CE

Tints of East Side #B575CE

Color information

#B575CE (or 0xB575CE) is unknown color: approx East Side. HEX triplet: B5, 75 and CE. RGB value is (181,117,206). Sum of RGB (Red+Green+Blue) = 181+117+206=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #B575CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575CE is #4A8A31. Grayscale: #919191. Windows color (decimal): -4885042 or 13530549. OLE color: 13530549.

HSL color Cylindrical-coordinate representation of color #B575CE: hue angle of 283.15º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B575CE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181117206-
CMYK0.120.4300.19
HSL283.15º47.59%63.33%-
HSV(B)283.15º43.2%80.78%-
XYZ36.562761.68-
YUV146.28161.7152.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=35.91%
G=23.21%
B=40.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811172060.120.4300.19283.1547.5963.33
HexB575CEC2B01311b303f
Octal26516531614530234336077
Binary101101011110101110011101100101011010011100011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575CE; }

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

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

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

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

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

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

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

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