Shades of East Side #B97BCA
Tints of East Side #B97BCA
RGB
CMYK
RGB Variations
Color information
#B97BCA (or 0xB97BCA) is known color: East Side. HEX triplet: B9, 7B and CA. RGB value is (185,123,202). Sum of RGB (Red+Green+Blue) = 185+123+202=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #B97BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BCA is #468435. Grayscale: #969696. Windows color (decimal): -4621366 or 13269945. OLE color: 13269945.
HSL color Cylindrical-coordinate representation of color #B97BCA: hue angle of 287.09º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97BCA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 123 | 202 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.21 |
| HSL | 287.09º | 0.43% | 0.64% | - |
| HSV(B) | 287.09º | 0.39% | 0.79% | - |
| XYZ | 37.75 | 28.74 | 59.44 | - |
| YUV | 150.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 202 | 0.08 | 0.39 | 0 | 0.21 | 287.09 | 0.43 | 0.64 |
| Hex | B9 | 7B | CA | 8 | 27 | 0 | 15 | 11F | 2B | 40 |
| Octal | 271 | 173 | 312 | 10 | 47 | 0 | 25 | 437 | 53 | 100 |
| Binary | 10111001 | 1111011 | 11001010 | 1000 | 100111 | 0 | 10101 | 100011111 | 101011 | 1000000 |
Color Harmonies of #B97BCA
Complementary color
Monochromatic Colors of #B97BCA
Black with #B97BCA
Text Example
Text Example
White with #B97BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97BCA; }
p { color: rgb(185,123,202); }
H1.HeaderClassName
{
color: #B97BCA;
}
.AnyTagClassName
{
color: #B97BCA;
}
</style>
background-color css
<style>
a { background-color: #B97BCA; }
a { background-color: rgb(185,123,202); }
div.DivClassName
{
background-color: #B97BCA;
}
.BgClassName
{
background-color: #B97BCA;
}
</style>
border-color css
<style>
span { border-color: #B97BCA; }
span { border-color: rgb(185,123,202); }
td.TdClassName
{
border-color: #B97BCA;
}
.TagClassName
{
border-color: #B97BCA;
}
</style>