Shades of East Side #B07ECB
Tints of East Side #B07ECB
RGB
CMYK
RGB Variations
Color information
#B07ECB (or 0xB07ECB) is known color: East Side. HEX triplet: B0, 7E and CB. RGB value is (176,126,203). Sum of RGB (Red+Green+Blue) = 176+126+203=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #B07ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ECB is #4F8134. Grayscale: #959595. Windows color (decimal): -5210421 or 13336240. OLE color: 13336240.
HSL color Cylindrical-coordinate representation of color #B07ECB: hue angle of 278.96º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07ECB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 126 | 203 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.20 |
| HSL | 278.96º | 0.43% | 0.65% | - |
| HSV(B) | 278.96º | 0.38% | 0.8% | - |
| XYZ | 36.14 | 28.46 | 60.09 | - |
| YUV | 149.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 203 | 0.13 | 0.38 | 0 | 0.20 | 278.96 | 0.43 | 0.65 |
| Hex | B0 | 7E | CB | D | 26 | 0 | 14 | 117 | 2B | 41 |
| Octal | 260 | 176 | 313 | 15 | 46 | 0 | 24 | 427 | 53 | 101 |
| Binary | 10110000 | 1111110 | 11001011 | 1101 | 100110 | 0 | 10100 | 100010111 | 101011 | 1000001 |
Color Harmonies of #B07ECB
Complementary color
Monochromatic Colors of #B07ECB
Black with #B07ECB
Text Example
Text Example
White with #B07ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07ECB; }
p { color: rgb(176,126,203); }
H1.HeaderClassName
{
color: #B07ECB;
}
.AnyTagClassName
{
color: #B07ECB;
}
</style>
background-color css
<style>
a { background-color: #B07ECB; }
a { background-color: rgb(176,126,203); }
div.DivClassName
{
background-color: #B07ECB;
}
.BgClassName
{
background-color: #B07ECB;
}
</style>
border-color css
<style>
span { border-color: #B07ECB; }
span { border-color: rgb(176,126,203); }
td.TdClassName
{
border-color: #B07ECB;
}
.TagClassName
{
border-color: #B07ECB;
}
</style>