Shades of East Side #B979CC
Tints of East Side #B979CC
RGB
CMYK
RGB Variations
Color information
#B979CC (or 0xB979CC) is known color: East Side. HEX triplet: B9, 79 and CC. RGB value is (185,121,204). Sum of RGB (Red+Green+Blue) = 185+121+204=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #B979CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979CC is #468633. Grayscale: #959595. Windows color (decimal): -4621876 or 13400505. OLE color: 13400505.
HSL color Cylindrical-coordinate representation of color #B979CC: hue angle of 286.27º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B979CC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 121 | 204 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.2 |
| HSL | 286.27º | 0.45% | 0.64% | - |
| HSV(B) | 286.27º | 0.41% | 0.8% | - |
| XYZ | 37.74 | 28.35 | 60.61 | - |
| YUV | 149.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 204 | 0.09 | 0.41 | 0 | 0.2 | 286.27 | 0.45 | 0.64 |
| Hex | B9 | 79 | CC | 9 | 29 | 0 | 14 | 11E | 2D | 40 |
| Octal | 271 | 171 | 314 | 11 | 51 | 0 | 24 | 436 | 55 | 100 |
| Binary | 10111001 | 1111001 | 11001100 | 1001 | 101001 | 0 | 10100 | 100011110 | 101101 | 1000000 |
Color Harmonies of #B979CC
Complementary color
Monochromatic Colors of #B979CC
Black with #B979CC
Text Example
Text Example
White with #B979CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979CC; }
p { color: rgb(185,121,204); }
H1.HeaderClassName
{
color: #B979CC;
}
.AnyTagClassName
{
color: #B979CC;
}
</style>
background-color css
<style>
a { background-color: #B979CC; }
a { background-color: rgb(185,121,204); }
div.DivClassName
{
background-color: #B979CC;
}
.BgClassName
{
background-color: #B979CC;
}
</style>
border-color css
<style>
span { border-color: #B979CC; }
span { border-color: rgb(185,121,204); }
td.TdClassName
{
border-color: #B979CC;
}
.TagClassName
{
border-color: #B979CC;
}
</style>