#B475CB

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

Shades of East Side #B475CB

Tints of East Side #B475CB

Color information

#B475CB (or 0xB475CB) is unknown color: approx East Side. HEX triplet: B4, 75 and CB. RGB value is (180,117,203). Sum of RGB (Red+Green+Blue) = 180+117+203=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #B475CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475CB is #4B8A34. Grayscale: #919191. Windows color (decimal): -4950581 or 13333940. OLE color: 13333940.

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

Color convert

RGB180117203-
CMYK0.110.4200.20
HSL283.95º45.26%62.75%-
HSV(B)283.95º42.36%79.61%-
XYZ35.9626.7459.77-
YUV145.64160.37152.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=36%
G=23.4%
B=40.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801172030.110.4200.20283.9545.2662.75
HexB475CBB2A01411c2d3f
Octal26416531313520244345577
Binary101101001110101110010111011101010010100100011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475CB; }

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

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

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

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

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

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

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

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