Shades of East Side #BD7ACE
Tints of East Side #BD7ACE
RGB
CMYK
RGB Variations
Color information
#BD7ACE (or 0xBD7ACE) is known color: East Side. HEX triplet: BD, 7A and CE. RGB value is (189,122,206). Sum of RGB (Red+Green+Blue) = 189+122+206=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ACE is #428531. Grayscale: #979797. Windows color (decimal): -4359474 or 13531837. OLE color: 13531837.
HSL color Cylindrical-coordinate representation of color #BD7ACE: hue angle of 287.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7ACE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 122 | 206 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.19 |
| HSL | 287.86º | 0.46% | 0.64% | - |
| HSV(B) | 287.86º | 0.41% | 0.81% | - |
| XYZ | 39.09 | 29.19 | 61.97 | - |
| YUV | 151.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 206 | 0.08 | 0.41 | 0 | 0.19 | 287.86 | 0.46 | 0.64 |
| Hex | BD | 7A | CE | 8 | 29 | 0 | 13 | 120 | 2E | 40 |
| Octal | 275 | 172 | 316 | 10 | 51 | 0 | 23 | 440 | 56 | 100 |
| Binary | 10111101 | 1111010 | 11001110 | 1000 | 101001 | 0 | 10011 | 100100000 | 101110 | 1000000 |
Color Harmonies of #BD7ACE
Complementary color
Monochromatic Colors of #BD7ACE
Black with #BD7ACE
Text Example
Text Example
White with #BD7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ACE; }
p { color: rgb(189,122,206); }
H1.HeaderClassName
{
color: #BD7ACE;
}
.AnyTagClassName
{
color: #BD7ACE;
}
</style>
background-color css
<style>
a { background-color: #BD7ACE; }
a { background-color: rgb(189,122,206); }
div.DivClassName
{
background-color: #BD7ACE;
}
.BgClassName
{
background-color: #BD7ACE;
}
</style>
border-color css
<style>
span { border-color: #BD7ACE; }
span { border-color: rgb(189,122,206); }
td.TdClassName
{
border-color: #BD7ACE;
}
.TagClassName
{
border-color: #BD7ACE;
}
</style>