Shades of East Side #BD7CC7
Tints of East Side #BD7CC7
RGB
CMYK
RGB Variations
Color information
#BD7CC7 (or 0xBD7CC7) is known color: East Side. HEX triplet: BD, 7C and C7. RGB value is (189,124,199). Sum of RGB (Red+Green+Blue) = 189+124+199=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CC7 is #428338. Grayscale: #979797. Windows color (decimal): -4358969 or 13073597. OLE color: 13073597.
HSL color Cylindrical-coordinate representation of color #BD7CC7: hue angle of 292º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7CC7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 124 | 199 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.22 |
| HSL | 292º | 0.4% | 0.63% | - |
| HSV(B) | 292º | 0.38% | 0.78% | - |
| XYZ | 38.5 | 29.36 | 57.67 | - |
| YUV | 151.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 199 | 0.05 | 0.38 | 0 | 0.22 | 292 | 0.4 | 0.63 |
| Hex | BD | 7C | C7 | 5 | 26 | 0 | 16 | 124 | 28 | 3F |
| Octal | 275 | 174 | 307 | 5 | 46 | 0 | 26 | 444 | 50 | 77 |
| Binary | 10111101 | 1111100 | 11000111 | 101 | 100110 | 0 | 10110 | 100100100 | 101000 | 111111 |
Color Harmonies of #BD7CC7
Complementary color
Monochromatic Colors of #BD7CC7
Black with #BD7CC7
Text Example
Text Example
White with #BD7CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CC7; }
p { color: rgb(189,124,199); }
H1.HeaderClassName
{
color: #BD7CC7;
}
.AnyTagClassName
{
color: #BD7CC7;
}
</style>
background-color css
<style>
a { background-color: #BD7CC7; }
a { background-color: rgb(189,124,199); }
div.DivClassName
{
background-color: #BD7CC7;
}
.BgClassName
{
background-color: #BD7CC7;
}
</style>
border-color css
<style>
span { border-color: #BD7CC7; }
span { border-color: rgb(189,124,199); }
td.TdClassName
{
border-color: #BD7CC7;
}
.TagClassName
{
border-color: #BD7CC7;
}
</style>