#b476c0

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

Shades of East Side #B476C0

Tints of East Side #B476C0

Color information

#B476C0 (or 0xB476C0) is unknown color: approx East Side. HEX triplet: B4, 76 and C0. RGB value is (180,118,192). Sum of RGB (Red+Green+Blue) = 180+118+192=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #B476C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476C0 is #4B893F. Grayscale: #909090. Windows color (decimal): -4950336 or 12613300. OLE color: 12613300.

HSL color Cylindrical-coordinate representation of color #B476C0: hue angle of 290.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B476C0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180118192-
CMYK0.060.3900.25
HSL290.27º37%60.78%-
HSV(B)290.27º38.54%75.29%-
XYZ34.8226.4753.14-
YUV144.97154.54152.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=36.73%
G=24.08%
B=39.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801181920.060.3900.25290.273760.78
HexB476C0627019122253d
Octal2641663006470314424575
Binary10110100111011011000000110100111011001100100010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b476c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b476c0; }

 p { color: rgb(180,118,192); }

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

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

 a { background-color: rgb(180,118,192); }

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

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

 span { border-color: rgb(180,118,192); }

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