Shades of East Side #BD7ACC
Tints of East Side #BD7ACC
RGB
CMYK
RGB Variations
Color information
#BD7ACC (or 0xBD7ACC) is known color: East Side. HEX triplet: BD, 7A and CC. RGB value is (189,122,204). Sum of RGB (Red+Green+Blue) = 189+122+204=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ACC is #428533. Grayscale: #979797. Windows color (decimal): -4359476 or 13400765. OLE color: 13400765.
HSL color Cylindrical-coordinate representation of color #BD7ACC: hue angle of 289.02º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7ACC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 122 | 204 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.2 |
| HSL | 289.02º | 0.45% | 0.64% | - |
| HSV(B) | 289.02º | 0.4% | 0.8% | - |
| XYZ | 38.84 | 29.1 | 60.7 | - |
| YUV | 151.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 204 | 0.07 | 0.40 | 0 | 0.2 | 289.02 | 0.45 | 0.64 |
| Hex | BD | 7A | CC | 7 | 28 | 0 | 14 | 121 | 2D | 40 |
| Octal | 275 | 172 | 314 | 7 | 50 | 0 | 24 | 441 | 55 | 100 |
| Binary | 10111101 | 1111010 | 11001100 | 111 | 101000 | 0 | 10100 | 100100001 | 101101 | 1000000 |
Color Harmonies of #BD7ACC
Complementary color
Monochromatic Colors of #BD7ACC
Black with #BD7ACC
Text Example
Text Example
White with #BD7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ACC; }
p { color: rgb(189,122,204); }
H1.HeaderClassName
{
color: #BD7ACC;
}
.AnyTagClassName
{
color: #BD7ACC;
}
</style>
background-color css
<style>
a { background-color: #BD7ACC; }
a { background-color: rgb(189,122,204); }
div.DivClassName
{
background-color: #BD7ACC;
}
.BgClassName
{
background-color: #BD7ACC;
}
</style>
border-color css
<style>
span { border-color: #BD7ACC; }
span { border-color: rgb(189,122,204); }
td.TdClassName
{
border-color: #BD7ACC;
}
.TagClassName
{
border-color: #BD7ACC;
}
</style>