Shades of East Side #BD7DCB
Tints of East Side #BD7DCB
RGB
CMYK
RGB Variations
Color information
#BD7DCB (or 0xBD7DCB) is known color: East Side. HEX triplet: BD, 7D and CB. RGB value is (189,125,203). Sum of RGB (Red+Green+Blue) = 189+125+203=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DCB is #428234. Grayscale: #989898. Windows color (decimal): -4358709 or 13335997. OLE color: 13335997.
HSL color Cylindrical-coordinate representation of color #BD7DCB: hue angle of 289.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7DCB is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 125 | 203 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.20 |
| HSL | 289.23º | 0.43% | 0.64% | - |
| HSV(B) | 289.23º | 0.38% | 0.8% | - |
| XYZ | 39.1 | 29.8 | 60.19 | - |
| YUV | 153.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 203 | 0.07 | 0.38 | 0 | 0.20 | 289.23 | 0.43 | 0.64 |
| Hex | BD | 7D | CB | 7 | 26 | 0 | 14 | 121 | 2B | 40 |
| Octal | 275 | 175 | 313 | 7 | 46 | 0 | 24 | 441 | 53 | 100 |
| Binary | 10111101 | 1111101 | 11001011 | 111 | 100110 | 0 | 10100 | 100100001 | 101011 | 1000000 |
Color Harmonies of #BD7DCB
Complementary color
Monochromatic Colors of #BD7DCB
Black with #BD7DCB
Text Example
Text Example
White with #BD7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DCB; }
p { color: rgb(189,125,203); }
H1.HeaderClassName
{
color: #BD7DCB;
}
.AnyTagClassName
{
color: #BD7DCB;
}
</style>
background-color css
<style>
a { background-color: #BD7DCB; }
a { background-color: rgb(189,125,203); }
div.DivClassName
{
background-color: #BD7DCB;
}
.BgClassName
{
background-color: #BD7DCB;
}
</style>
border-color css
<style>
span { border-color: #BD7DCB; }
span { border-color: rgb(189,125,203); }
td.TdClassName
{
border-color: #BD7DCB;
}
.TagClassName
{
border-color: #BD7DCB;
}
</style>