Shades of East Side #BD7EC1
Tints of East Side #BD7EC1
RGB
CMYK
RGB Variations
Color information
#BD7EC1 (or 0xBD7EC1) is known color: East Side. HEX triplet: BD, 7E and C1. RGB value is (189,126,193). Sum of RGB (Red+Green+Blue) = 189+126+193=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EC1 is #42813E. Grayscale: #989898. Windows color (decimal): -4358463 or 12680893. OLE color: 12680893.
HSL color Cylindrical-coordinate representation of color #BD7EC1: hue angle of 296.42º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7EC1 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 126 | 193 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.24 |
| HSL | 296.42º | 0.35% | 0.63% | - |
| HSV(B) | 296.42º | 0.35% | 0.76% | - |
| XYZ | 38.07 | 29.59 | 54.16 | - |
| YUV | 152.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 193 | 0.02 | 0.35 | 0 | 0.24 | 296.42 | 0.35 | 0.63 |
| Hex | BD | 7E | C1 | 2 | 23 | 0 | 18 | 128 | 23 | 3F |
| Octal | 275 | 176 | 301 | 2 | 43 | 0 | 30 | 450 | 43 | 77 |
| Binary | 10111101 | 1111110 | 11000001 | 10 | 100011 | 0 | 11000 | 100101000 | 100011 | 111111 |
Color Harmonies of #BD7EC1
Complementary color
Monochromatic Colors of #BD7EC1
Black with #BD7EC1
Text Example
Text Example
White with #BD7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EC1; }
p { color: rgb(189,126,193); }
H1.HeaderClassName
{
color: #BD7EC1;
}
.AnyTagClassName
{
color: #BD7EC1;
}
</style>
background-color css
<style>
a { background-color: #BD7EC1; }
a { background-color: rgb(189,126,193); }
div.DivClassName
{
background-color: #BD7EC1;
}
.BgClassName
{
background-color: #BD7EC1;
}
</style>
border-color css
<style>
span { border-color: #BD7EC1; }
span { border-color: rgb(189,126,193); }
td.TdClassName
{
border-color: #BD7EC1;
}
.TagClassName
{
border-color: #BD7EC1;
}
</style>