Shades of East Side #B97AD3
Tints of East Side #B97AD3
RGB
CMYK
RGB Variations
Color information
#B97AD3 (or 0xB97AD3) is known color: East Side. HEX triplet: B9, 7A and D3. RGB value is (185,122,211). Sum of RGB (Red+Green+Blue) = 185+122+211=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #B97AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97AD3 is #46852C. Grayscale: #969696. Windows color (decimal): -4621613 or 13859513. OLE color: 13859513.
HSL color Cylindrical-coordinate representation of color #B97AD3: hue angle of 282.47º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97AD3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 122 | 211 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.17 |
| HSL | 282.47º | 0.5% | 0.65% | - |
| HSV(B) | 282.47º | 0.42% | 0.83% | - |
| XYZ | 38.72 | 28.94 | 65.17 | - |
| YUV | 150.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 211 | 0.12 | 0.42 | 0 | 0.17 | 282.47 | 0.5 | 0.65 |
| Hex | B9 | 7A | D3 | C | 2A | 0 | 11 | 11A | 32 | 41 |
| Octal | 271 | 172 | 323 | 14 | 52 | 0 | 21 | 432 | 62 | 101 |
| Binary | 10111001 | 1111010 | 11010011 | 1100 | 101010 | 0 | 10001 | 100011010 | 110010 | 1000001 |
Color Harmonies of #B97AD3
Complementary color
Monochromatic Colors of #B97AD3
Black with #B97AD3
Text Example
Text Example
White with #B97AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97AD3; }
p { color: rgb(185,122,211); }
H1.HeaderClassName
{
color: #B97AD3;
}
.AnyTagClassName
{
color: #B97AD3;
}
</style>
background-color css
<style>
a { background-color: #B97AD3; }
a { background-color: rgb(185,122,211); }
div.DivClassName
{
background-color: #B97AD3;
}
.BgClassName
{
background-color: #B97AD3;
}
</style>
border-color css
<style>
span { border-color: #B97AD3; }
span { border-color: rgb(185,122,211); }
td.TdClassName
{
border-color: #B97AD3;
}
.TagClassName
{
border-color: #B97AD3;
}
</style>