Shades of East Side #B97BDC
Tints of East Side #B97BDC
RGB
CMYK
RGB Variations
Color information
#B97BDC (or 0xB97BDC) is known color: East Side. HEX triplet: B9, 7B and DC. RGB value is (185,123,220). Sum of RGB (Red+Green+Blue) = 185+123+220=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B97BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BDC is #468423. Grayscale: #989898. Windows color (decimal): -4621348 or 14449593. OLE color: 14449593.
HSL color Cylindrical-coordinate representation of color #B97BDC: hue angle of 278.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97BDC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 123 | 220 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.14 |
| HSL | 278.35º | 0.58% | 0.67% | - |
| HSV(B) | 278.35º | 0.44% | 0.86% | - |
| XYZ | 40.01 | 29.65 | 71.32 | - |
| YUV | 152.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 220 | 0.16 | 0.44 | 0 | 0.14 | 278.35 | 0.58 | 0.67 |
| Hex | B9 | 7B | DC | 10 | 2C | 0 | E | 116 | 3A | 43 |
| Octal | 271 | 173 | 334 | 20 | 54 | 0 | 16 | 426 | 72 | 103 |
| Binary | 10111001 | 1111011 | 11011100 | 10000 | 101100 | 0 | 1110 | 100010110 | 111010 | 1000011 |
Color Harmonies of #B97BDC
Complementary color
Monochromatic Colors of #B97BDC
Black with #B97BDC
Text Example
Text Example
White with #B97BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97BDC; }
p { color: rgb(185,123,220); }
H1.HeaderClassName
{
color: #B97BDC;
}
.AnyTagClassName
{
color: #B97BDC;
}
</style>
background-color css
<style>
a { background-color: #B97BDC; }
a { background-color: rgb(185,123,220); }
div.DivClassName
{
background-color: #B97BDC;
}
.BgClassName
{
background-color: #B97BDC;
}
</style>
border-color css
<style>
span { border-color: #B97BDC; }
span { border-color: rgb(185,123,220); }
td.TdClassName
{
border-color: #B97BDC;
}
.TagClassName
{
border-color: #B97BDC;
}
</style>