Shades of East Side #BD7AD5
Tints of East Side #BD7AD5
RGB
CMYK
RGB Variations
Color information
#BD7AD5 (or 0xBD7AD5) is known color: East Side. HEX triplet: BD, 7A and D5. RGB value is (189,122,213). Sum of RGB (Red+Green+Blue) = 189+122+213=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AD5 is #42852A. Grayscale: #989898. Windows color (decimal): -4359467 or 13990589. OLE color: 13990589.
HSL color Cylindrical-coordinate representation of color #BD7AD5: hue angle of 284.18º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7AD5 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 122 | 213 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.16 |
| HSL | 284.18º | 0.52% | 0.66% | - |
| HSV(B) | 284.18º | 0.43% | 0.84% | - |
| XYZ | 39.96 | 29.54 | 66.55 | - |
| YUV | 152.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 213 | 0.11 | 0.43 | 0 | 0.16 | 284.18 | 0.52 | 0.66 |
| Hex | BD | 7A | D5 | B | 2B | 0 | 10 | 11C | 34 | 42 |
| Octal | 275 | 172 | 325 | 13 | 53 | 0 | 20 | 434 | 64 | 102 |
| Binary | 10111101 | 1111010 | 11010101 | 1011 | 101011 | 0 | 10000 | 100011100 | 110100 | 1000010 |
Color Harmonies of #BD7AD5
Complementary color
Monochromatic Colors of #BD7AD5
Black with #BD7AD5
Text Example
Text Example
White with #BD7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AD5; }
p { color: rgb(189,122,213); }
H1.HeaderClassName
{
color: #BD7AD5;
}
.AnyTagClassName
{
color: #BD7AD5;
}
</style>
background-color css
<style>
a { background-color: #BD7AD5; }
a { background-color: rgb(189,122,213); }
div.DivClassName
{
background-color: #BD7AD5;
}
.BgClassName
{
background-color: #BD7AD5;
}
</style>
border-color css
<style>
span { border-color: #BD7AD5; }
span { border-color: rgb(189,122,213); }
td.TdClassName
{
border-color: #BD7AD5;
}
.TagClassName
{
border-color: #BD7AD5;
}
</style>