Shades of East Side #BD7BCD
Tints of East Side #BD7BCD
RGB
CMYK
RGB Variations
Color information
#BD7BCD (or 0xBD7BCD) is known color: East Side. HEX triplet: BD, 7B and CD. RGB value is (189,123,205). Sum of RGB (Red+Green+Blue) = 189+123+205=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BCD is #428432. Grayscale: #979797. Windows color (decimal): -4359219 or 13466557. OLE color: 13466557.
HSL color Cylindrical-coordinate representation of color #BD7BCD: hue angle of 288.29º degrees, saturation: 0.45, 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 #BD7BCD is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 123 | 205 | - |
| CMYK | 0.08 | 0.4 | 0 | 0.20 |
| HSL | 288.29º | 0.45% | 0.64% | - |
| HSV(B) | 288.29º | 0.4% | 0.8% | - |
| XYZ | 39.09 | 29.39 | 61.37 | - |
| YUV | 152.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 205 | 0.08 | 0.4 | 0 | 0.20 | 288.29 | 0.45 | 0.64 |
| Hex | BD | 7B | CD | 8 | 28 | 0 | 14 | 120 | 2D | 40 |
| Octal | 275 | 173 | 315 | 10 | 50 | 0 | 24 | 440 | 55 | 100 |
| Binary | 10111101 | 1111011 | 11001101 | 1000 | 101000 | 0 | 10100 | 100100000 | 101101 | 1000000 |
Color Harmonies of #BD7BCD
Complementary color
Monochromatic Colors of #BD7BCD
Black with #BD7BCD
Text Example
Text Example
White with #BD7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BCD; }
p { color: rgb(189,123,205); }
H1.HeaderClassName
{
color: #BD7BCD;
}
.AnyTagClassName
{
color: #BD7BCD;
}
</style>
background-color css
<style>
a { background-color: #BD7BCD; }
a { background-color: rgb(189,123,205); }
div.DivClassName
{
background-color: #BD7BCD;
}
.BgClassName
{
background-color: #BD7BCD;
}
</style>
border-color css
<style>
span { border-color: #BD7BCD; }
span { border-color: rgb(189,123,205); }
td.TdClassName
{
border-color: #BD7BCD;
}
.TagClassName
{
border-color: #BD7BCD;
}
</style>