Shades of East Side #BF7ECE
Tints of East Side #BF7ECE
RGB
CMYK
RGB Variations
Color information
#BF7ECE (or 0xBF7ECE) is known color: East Side. HEX triplet: BF, 7E and CE. RGB value is (191,126,206). Sum of RGB (Red+Green+Blue) = 191+126+206=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ECE is #408131. Grayscale: #9A9A9A. Windows color (decimal): -4227378 or 13532863. OLE color: 13532863.
HSL color Cylindrical-coordinate representation of color #BF7ECE: hue angle of 288.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7ECE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 126 | 206 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.19 |
| HSL | 288.75º | 0.45% | 0.65% | - |
| HSV(B) | 288.75º | 0.39% | 0.81% | - |
| XYZ | 40.09 | 30.45 | 62.16 | - |
| YUV | 154.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 206 | 0.07 | 0.39 | 0 | 0.19 | 288.75 | 0.45 | 0.65 |
| Hex | BF | 7E | CE | 7 | 27 | 0 | 13 | 121 | 2D | 41 |
| Octal | 277 | 176 | 316 | 7 | 47 | 0 | 23 | 441 | 55 | 101 |
| Binary | 10111111 | 1111110 | 11001110 | 111 | 100111 | 0 | 10011 | 100100001 | 101101 | 1000001 |
Color Harmonies of #BF7ECE
Complementary color
Monochromatic Colors of #BF7ECE
Black with #BF7ECE
Text Example
Text Example
White with #BF7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ECE; }
p { color: rgb(191,126,206); }
H1.HeaderClassName
{
color: #BF7ECE;
}
.AnyTagClassName
{
color: #BF7ECE;
}
</style>
background-color css
<style>
a { background-color: #BF7ECE; }
a { background-color: rgb(191,126,206); }
div.DivClassName
{
background-color: #BF7ECE;
}
.BgClassName
{
background-color: #BF7ECE;
}
</style>
border-color css
<style>
span { border-color: #BF7ECE; }
span { border-color: rgb(191,126,206); }
td.TdClassName
{
border-color: #BF7ECE;
}
.TagClassName
{
border-color: #BF7ECE;
}
</style>