#b475ce

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

Shades of East Side #B475CE

Tints of East Side #B475CE

Color information

#B475CE (or 0xB475CE) is unknown color: approx East Side. HEX triplet: B4, 75 and CE. RGB value is (180,117,206). Sum of RGB (Red+Green+Blue) = 180+117+206=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B475CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475CE is #4B8A31. Grayscale: #919191. Windows color (decimal): -4950578 or 13530548. OLE color: 13530548.

HSL color Cylindrical-coordinate representation of color #B475CE: hue angle of 282.47º 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 #B475CE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180117206-
CMYK0.130.4300.19
HSL282.47º47.59%63.33%-
HSV(B)282.47º43.2%80.78%-
XYZ36.3226.8861.67-
YUV145.98161.87152.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=35.79%
G=23.26%
B=40.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801172060.130.4300.19282.4747.5963.33
HexB475CED2B01311a303f
Octal26416531615530234326077
Binary101101001110101110011101101101011010011100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b475ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b475ce; }

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

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

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

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

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

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

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

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