Shades of East Side #BD7FCB
Tints of East Side #BD7FCB
RGB
CMYK
RGB Variations
Color information
#BD7FCB (or 0xBD7FCB) is known color: East Side. HEX triplet: BD, 7F and CB. RGB value is (189,127,203). Sum of RGB (Red+Green+Blue) = 189+127+203=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD7FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FCB is #428034. Grayscale: #999999. Windows color (decimal): -4358197 or 13336509. OLE color: 13336509.
HSL color Cylindrical-coordinate representation of color #BD7FCB: hue angle of 288.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7FCB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 127 | 203 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.20 |
| HSL | 288.95º | 0.42% | 0.65% | - |
| HSV(B) | 288.95º | 0.37% | 0.8% | - |
| XYZ | 39.36 | 30.31 | 60.28 | - |
| YUV | 154.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 203 | 0.07 | 0.37 | 0 | 0.20 | 288.95 | 0.42 | 0.65 |
| Hex | BD | 7F | CB | 7 | 25 | 0 | 14 | 121 | 2A | 41 |
| Octal | 275 | 177 | 313 | 7 | 45 | 0 | 24 | 441 | 52 | 101 |
| Binary | 10111101 | 1111111 | 11001011 | 111 | 100101 | 0 | 10100 | 100100001 | 101010 | 1000001 |
Color Harmonies of #BD7FCB
Complementary color
Monochromatic Colors of #BD7FCB
Black with #BD7FCB
Text Example
Text Example
White with #BD7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FCB; }
p { color: rgb(189,127,203); }
H1.HeaderClassName
{
color: #BD7FCB;
}
.AnyTagClassName
{
color: #BD7FCB;
}
</style>
background-color css
<style>
a { background-color: #BD7FCB; }
a { background-color: rgb(189,127,203); }
div.DivClassName
{
background-color: #BD7FCB;
}
.BgClassName
{
background-color: #BD7FCB;
}
</style>
border-color css
<style>
span { border-color: #BD7FCB; }
span { border-color: rgb(189,127,203); }
td.TdClassName
{
border-color: #BD7FCB;
}
.TagClassName
{
border-color: #BD7FCB;
}
</style>