Shades of East Side #BD83C7
Tints of East Side #BD83C7
RGB
CMYK
RGB Variations
Color information
#BD83C7 (or 0xBD83C7) is known color: East Side. HEX triplet: BD, 83 and C7. RGB value is (189,131,199). Sum of RGB (Red+Green+Blue) = 189+131+199=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD83C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83C7 is #427C38. Grayscale: #9B9B9B. Windows color (decimal): -4357177 or 13075389. OLE color: 13075389.
HSL color Cylindrical-coordinate representation of color #BD83C7: hue angle of 291.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD83C7 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 131 | 199 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.22 |
| HSL | 291.18º | 0.38% | 0.65% | - |
| HSV(B) | 291.18º | 0.34% | 0.78% | - |
| XYZ | 39.41 | 31.17 | 57.97 | - |
| YUV | 156.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 199 | 0.05 | 0.34 | 0 | 0.22 | 291.18 | 0.38 | 0.65 |
| Hex | BD | 83 | C7 | 5 | 22 | 0 | 16 | 123 | 26 | 41 |
| Octal | 275 | 203 | 307 | 5 | 42 | 0 | 26 | 443 | 46 | 101 |
| Binary | 10111101 | 10000011 | 11000111 | 101 | 100010 | 0 | 10110 | 100100011 | 100110 | 1000001 |
Color Harmonies of #BD83C7
Complementary color
Monochromatic Colors of #BD83C7
Black with #BD83C7
Text Example
Text Example
White with #BD83C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83C7; }
p { color: rgb(189,131,199); }
H1.HeaderClassName
{
color: #BD83C7;
}
.AnyTagClassName
{
color: #BD83C7;
}
</style>
background-color css
<style>
a { background-color: #BD83C7; }
a { background-color: rgb(189,131,199); }
div.DivClassName
{
background-color: #BD83C7;
}
.BgClassName
{
background-color: #BD83C7;
}
</style>
border-color css
<style>
span { border-color: #BD83C7; }
span { border-color: rgb(189,131,199); }
td.TdClassName
{
border-color: #BD83C7;
}
.TagClassName
{
border-color: #BD83C7;
}
</style>