Shades of East Side #B97BDB
Tints of East Side #B97BDB
RGB
CMYK
RGB Variations
Color information
#B97BDB (or 0xB97BDB) is known color: East Side. HEX triplet: B9, 7B and DB. RGB value is (185,123,219). Sum of RGB (Red+Green+Blue) = 185+123+219=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B97BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BDB is #468424. Grayscale: #989898. Windows color (decimal): -4621349 or 14384057. OLE color: 14384057.
HSL color Cylindrical-coordinate representation of color #B97BDB: hue angle of 278.75º degrees, saturation: 0.57, 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 #B97BDB is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 123 | 219 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.14 |
| HSL | 278.75º | 0.57% | 0.67% | - |
| HSV(B) | 278.75º | 0.44% | 0.86% | - |
| XYZ | 39.88 | 29.59 | 70.63 | - |
| YUV | 152.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 219 | 0.16 | 0.44 | 0 | 0.14 | 278.75 | 0.57 | 0.67 |
| Hex | B9 | 7B | DB | 10 | 2C | 0 | E | 117 | 39 | 43 |
| Octal | 271 | 173 | 333 | 20 | 54 | 0 | 16 | 427 | 71 | 103 |
| Binary | 10111001 | 1111011 | 11011011 | 10000 | 101100 | 0 | 1110 | 100010111 | 111001 | 1000011 |
Color Harmonies of #B97BDB
Complementary color
Monochromatic Colors of #B97BDB
Black with #B97BDB
Text Example
Text Example
White with #B97BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97BDB; }
p { color: rgb(185,123,219); }
H1.HeaderClassName
{
color: #B97BDB;
}
.AnyTagClassName
{
color: #B97BDB;
}
</style>
background-color css
<style>
a { background-color: #B97BDB; }
a { background-color: rgb(185,123,219); }
div.DivClassName
{
background-color: #B97BDB;
}
.BgClassName
{
background-color: #B97BDB;
}
</style>
border-color css
<style>
span { border-color: #B97BDB; }
span { border-color: rgb(185,123,219); }
td.TdClassName
{
border-color: #B97BDB;
}
.TagClassName
{
border-color: #B97BDB;
}
</style>