Shades of East Side #B07CCF
Tints of East Side #B07CCF
RGB
CMYK
RGB Variations
Color information
#B07CCF (or 0xB07CCF) is known color: East Side. HEX triplet: B0, 7C and CF. RGB value is (176,124,207). Sum of RGB (Red+Green+Blue) = 176+124+207=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B07CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CCF is #4F8330. Grayscale: #949494. Windows color (decimal): -5210929 or 13597872. OLE color: 13597872.
HSL color Cylindrical-coordinate representation of color #B07CCF: hue angle of 277.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07CCF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 124 | 207 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.19 |
| HSL | 277.59º | 0.46% | 0.65% | - |
| HSV(B) | 277.59º | 0.4% | 0.81% | - |
| XYZ | 36.37 | 28.15 | 62.55 | - |
| YUV | 149.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 207 | 0.15 | 0.40 | 0 | 0.19 | 277.59 | 0.46 | 0.65 |
| Hex | B0 | 7C | CF | F | 28 | 0 | 13 | 116 | 2E | 41 |
| Octal | 260 | 174 | 317 | 17 | 50 | 0 | 23 | 426 | 56 | 101 |
| Binary | 10110000 | 1111100 | 11001111 | 1111 | 101000 | 0 | 10011 | 100010110 | 101110 | 1000001 |
Color Harmonies of #B07CCF
Complementary color
Monochromatic Colors of #B07CCF
Black with #B07CCF
Text Example
Text Example
White with #B07CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CCF; }
p { color: rgb(176,124,207); }
H1.HeaderClassName
{
color: #B07CCF;
}
.AnyTagClassName
{
color: #B07CCF;
}
</style>
background-color css
<style>
a { background-color: #B07CCF; }
a { background-color: rgb(176,124,207); }
div.DivClassName
{
background-color: #B07CCF;
}
.BgClassName
{
background-color: #B07CCF;
}
</style>
border-color css
<style>
span { border-color: #B07CCF; }
span { border-color: rgb(176,124,207); }
td.TdClassName
{
border-color: #B07CCF;
}
.TagClassName
{
border-color: #B07CCF;
}
</style>