Shades of East Side #B27DB9
Tints of East Side #B27DB9
RGB
CMYK
RGB Variations
Color information
#B27DB9 (or 0xB27DB9) is known color: East Side. HEX triplet: B2, 7D and B9. RGB value is (178,125,185). Sum of RGB (Red+Green+Blue) = 178+125+185=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #B27DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DB9 is #4D8246. Grayscale: #939393. Windows color (decimal): -5079623 or 12156338. OLE color: 12156338.
HSL color Cylindrical-coordinate representation of color #B27DB9: hue angle of 293º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27DB9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 125 | 185 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.27 |
| HSL | 293º | 0.3% | 0.61% | - |
| HSV(B) | 293º | 0.32% | 0.73% | - |
| XYZ | 34.45 | 27.63 | 49.42 | - |
| YUV | 147.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 185 | 0.04 | 0.32 | 0 | 0.27 | 293 | 0.3 | 0.61 |
| Hex | B2 | 7D | B9 | 4 | 20 | 0 | 1B | 125 | 1E | 3D |
| Octal | 262 | 175 | 271 | 4 | 40 | 0 | 33 | 445 | 36 | 75 |
| Binary | 10110010 | 1111101 | 10111001 | 100 | 100000 | 0 | 11011 | 100100101 | 11110 | 111101 |
Color Harmonies of #B27DB9
Complementary color
Monochromatic Colors of #B27DB9
Black with #B27DB9
Text Example
Text Example
White with #B27DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DB9; }
p { color: rgb(178,125,185); }
H1.HeaderClassName
{
color: #B27DB9;
}
.AnyTagClassName
{
color: #B27DB9;
}
</style>
background-color css
<style>
a { background-color: #B27DB9; }
a { background-color: rgb(178,125,185); }
div.DivClassName
{
background-color: #B27DB9;
}
.BgClassName
{
background-color: #B27DB9;
}
</style>
border-color css
<style>
span { border-color: #B27DB9; }
span { border-color: rgb(178,125,185); }
td.TdClassName
{
border-color: #B27DB9;
}
.TagClassName
{
border-color: #B27DB9;
}
</style>