Shades of East Side #B979C3
Tints of East Side #B979C3
RGB
CMYK
RGB Variations
Color information
#B979C3 (or 0xB979C3) is known color: East Side. HEX triplet: B9, 79 and C3. RGB value is (185,121,195). Sum of RGB (Red+Green+Blue) = 185+121+195=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #B979C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979C3 is #46863C. Grayscale: #949494. Windows color (decimal): -4621885 or 12810681. OLE color: 12810681.
HSL color Cylindrical-coordinate representation of color #B979C3: hue angle of 291.89º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B979C3 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 121 | 195 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.24 |
| HSL | 291.89º | 0.38% | 0.62% | - |
| HSV(B) | 291.89º | 0.38% | 0.76% | - |
| XYZ | 36.7 | 27.93 | 55.09 | - |
| YUV | 148.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 195 | 0.05 | 0.38 | 0 | 0.24 | 291.89 | 0.38 | 0.62 |
| Hex | B9 | 79 | C3 | 5 | 26 | 0 | 18 | 124 | 26 | 3E |
| Octal | 271 | 171 | 303 | 5 | 46 | 0 | 30 | 444 | 46 | 76 |
| Binary | 10111001 | 1111001 | 11000011 | 101 | 100110 | 0 | 11000 | 100100100 | 100110 | 111110 |
Color Harmonies of #B979C3
Complementary color
Monochromatic Colors of #B979C3
Black with #B979C3
Text Example
Text Example
White with #B979C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979C3; }
p { color: rgb(185,121,195); }
H1.HeaderClassName
{
color: #B979C3;
}
.AnyTagClassName
{
color: #B979C3;
}
</style>
background-color css
<style>
a { background-color: #B979C3; }
a { background-color: rgb(185,121,195); }
div.DivClassName
{
background-color: #B979C3;
}
.BgClassName
{
background-color: #B979C3;
}
</style>
border-color css
<style>
span { border-color: #B979C3; }
span { border-color: rgb(185,121,195); }
td.TdClassName
{
border-color: #B979C3;
}
.TagClassName
{
border-color: #B979C3;
}
</style>