Shades of East Side #B976C8
Tints of East Side #B976C8
RGB
CMYK
RGB Variations
Color information
#B976C8 (or 0xB976C8) is known color: East Side. HEX triplet: B9, 76 and C8. RGB value is (185,118,200). Sum of RGB (Red+Green+Blue) = 185+118+200=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #B976C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976C8 is #468937. Grayscale: #939393. Windows color (decimal): -4622648 or 13137593. OLE color: 13137593.
HSL color Cylindrical-coordinate representation of color #B976C8: hue angle of 289.02º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B976C8 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 118 | 200 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.22 |
| HSL | 289.02º | 0.43% | 0.62% | - |
| HSV(B) | 289.02º | 0.41% | 0.78% | - |
| XYZ | 36.91 | 27.44 | 57.99 | - |
| YUV | 147.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 200 | 0.08 | 0.41 | 0 | 0.22 | 289.02 | 0.43 | 0.62 |
| Hex | B9 | 76 | C8 | 8 | 29 | 0 | 16 | 121 | 2B | 3E |
| Octal | 271 | 166 | 310 | 10 | 51 | 0 | 26 | 441 | 53 | 76 |
| Binary | 10111001 | 1110110 | 11001000 | 1000 | 101001 | 0 | 10110 | 100100001 | 101011 | 111110 |
Color Harmonies of #B976C8
Complementary color
Monochromatic Colors of #B976C8
Black with #B976C8
Text Example
Text Example
White with #B976C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976C8; }
p { color: rgb(185,118,200); }
H1.HeaderClassName
{
color: #B976C8;
}
.AnyTagClassName
{
color: #B976C8;
}
</style>
background-color css
<style>
a { background-color: #B976C8; }
a { background-color: rgb(185,118,200); }
div.DivClassName
{
background-color: #B976C8;
}
.BgClassName
{
background-color: #B976C8;
}
</style>
border-color css
<style>
span { border-color: #B976C8; }
span { border-color: rgb(185,118,200); }
td.TdClassName
{
border-color: #B976C8;
}
.TagClassName
{
border-color: #B976C8;
}
</style>