Shades of East Side #BD7BCC
Tints of East Side #BD7BCC
RGB
CMYK
RGB Variations
Color information
#BD7BCC (or 0xBD7BCC) is known color: East Side. HEX triplet: BD, 7B and CC. RGB value is (189,123,204). Sum of RGB (Red+Green+Blue) = 189+123+204=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BCC is #428433. Grayscale: #979797. Windows color (decimal): -4359220 or 13401021. OLE color: 13401021.
HSL color Cylindrical-coordinate representation of color #BD7BCC: hue angle of 288.89º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7BCC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 123 | 204 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.2 |
| HSL | 288.89º | 0.44% | 0.64% | - |
| HSV(B) | 288.89º | 0.4% | 0.8% | - |
| XYZ | 38.97 | 29.34 | 60.74 | - |
| YUV | 151.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 204 | 0.07 | 0.40 | 0 | 0.2 | 288.89 | 0.44 | 0.64 |
| Hex | BD | 7B | CC | 7 | 28 | 0 | 14 | 121 | 2C | 40 |
| Octal | 275 | 173 | 314 | 7 | 50 | 0 | 24 | 441 | 54 | 100 |
| Binary | 10111101 | 1111011 | 11001100 | 111 | 101000 | 0 | 10100 | 100100001 | 101100 | 1000000 |
Color Harmonies of #BD7BCC
Complementary color
Monochromatic Colors of #BD7BCC
Black with #BD7BCC
Text Example
Text Example
White with #BD7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BCC; }
p { color: rgb(189,123,204); }
H1.HeaderClassName
{
color: #BD7BCC;
}
.AnyTagClassName
{
color: #BD7BCC;
}
</style>
background-color css
<style>
a { background-color: #BD7BCC; }
a { background-color: rgb(189,123,204); }
div.DivClassName
{
background-color: #BD7BCC;
}
.BgClassName
{
background-color: #BD7BCC;
}
</style>
border-color css
<style>
span { border-color: #BD7BCC; }
span { border-color: rgb(189,123,204); }
td.TdClassName
{
border-color: #BD7BCC;
}
.TagClassName
{
border-color: #BD7BCC;
}
</style>