#B475CD

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

Shades of East Side #B475CD

Tints of East Side #B475CD

Color information

#B475CD (or 0xB475CD) is unknown color: approx East Side. HEX triplet: B4, 75 and CD. RGB value is (180,117,205). Sum of RGB (Red+Green+Blue) = 180+117+205=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B475CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475CD is #4B8A32. Grayscale: #919191. Windows color (decimal): -4950579 or 13465012. OLE color: 13465012.

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

Color convert

RGB180117205-
CMYK0.120.4300.20
HSL282.95º46.81%63.14%-
HSV(B)282.95º42.93%80.39%-
XYZ36.226.8361.03-
YUV145.87161.37152.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=35.86%
G=23.31%
B=40.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801172050.120.4300.20282.9546.8163.14
HexB475CDC2B01411b2f3f
Octal26416531514530244335777
Binary101101001110101110011011100101011010100100011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475CD; }

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

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

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

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

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

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

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

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