Shades of East Side #BD7BD6
Tints of East Side #BD7BD6
RGB
CMYK
RGB Variations
Color information
#BD7BD6 (or 0xBD7BD6) is known color: East Side. HEX triplet: BD, 7B and D6. RGB value is (189,123,214). Sum of RGB (Red+Green+Blue) = 189+123+214=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD7BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BD6 is #428429. Grayscale: #989898. Windows color (decimal): -4359210 or 14056381. OLE color: 14056381.
HSL color Cylindrical-coordinate representation of color #BD7BD6: hue angle of 283.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7BD6 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 123 | 214 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.16 |
| HSL | 283.52º | 0.53% | 0.66% | - |
| HSV(B) | 283.52º | 0.43% | 0.84% | - |
| XYZ | 40.21 | 29.84 | 67.26 | - |
| YUV | 153.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 214 | 0.12 | 0.43 | 0 | 0.16 | 283.52 | 0.53 | 0.66 |
| Hex | BD | 7B | D6 | C | 2B | 0 | 10 | 11C | 35 | 42 |
| Octal | 275 | 173 | 326 | 14 | 53 | 0 | 20 | 434 | 65 | 102 |
| Binary | 10111101 | 1111011 | 11010110 | 1100 | 101011 | 0 | 10000 | 100011100 | 110101 | 1000010 |
Color Harmonies of #BD7BD6
Complementary color
Monochromatic Colors of #BD7BD6
Black with #BD7BD6
Text Example
Text Example
White with #BD7BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BD6; }
p { color: rgb(189,123,214); }
H1.HeaderClassName
{
color: #BD7BD6;
}
.AnyTagClassName
{
color: #BD7BD6;
}
</style>
background-color css
<style>
a { background-color: #BD7BD6; }
a { background-color: rgb(189,123,214); }
div.DivClassName
{
background-color: #BD7BD6;
}
.BgClassName
{
background-color: #BD7BD6;
}
</style>
border-color css
<style>
span { border-color: #BD7BD6; }
span { border-color: rgb(189,123,214); }
td.TdClassName
{
border-color: #BD7BD6;
}
.TagClassName
{
border-color: #BD7BD6;
}
</style>