Shades of East Side #B07CC2
Tints of East Side #B07CC2
RGB
CMYK
RGB Variations
Color information
#B07CC2 (or 0xB07CC2) is known color: East Side. HEX triplet: B0, 7C and C2. RGB value is (176,124,194). Sum of RGB (Red+Green+Blue) = 176+124+194=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #B07CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CC2 is #4F833D. Grayscale: #939393. Windows color (decimal): -5210942 or 12745904. OLE color: 12745904.
HSL color Cylindrical-coordinate representation of color #B07CC2: hue angle of 284.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07CC2 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 124 | 194 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.24 |
| HSL | 284.57º | 0.36% | 0.62% | - |
| HSV(B) | 284.57º | 0.36% | 0.76% | - |
| XYZ | 34.85 | 27.54 | 54.52 | - |
| YUV | 147.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 194 | 0.09 | 0.36 | 0 | 0.24 | 284.57 | 0.36 | 0.62 |
| Hex | B0 | 7C | C2 | 9 | 24 | 0 | 18 | 11D | 24 | 3E |
| Octal | 260 | 174 | 302 | 11 | 44 | 0 | 30 | 435 | 44 | 76 |
| Binary | 10110000 | 1111100 | 11000010 | 1001 | 100100 | 0 | 11000 | 100011101 | 100100 | 111110 |
Color Harmonies of #B07CC2
Complementary color
Monochromatic Colors of #B07CC2
Black with #B07CC2
Text Example
Text Example
White with #B07CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CC2; }
p { color: rgb(176,124,194); }
H1.HeaderClassName
{
color: #B07CC2;
}
.AnyTagClassName
{
color: #B07CC2;
}
</style>
background-color css
<style>
a { background-color: #B07CC2; }
a { background-color: rgb(176,124,194); }
div.DivClassName
{
background-color: #B07CC2;
}
.BgClassName
{
background-color: #B07CC2;
}
</style>
border-color css
<style>
span { border-color: #B07CC2; }
span { border-color: rgb(176,124,194); }
td.TdClassName
{
border-color: #B07CC2;
}
.TagClassName
{
border-color: #B07CC2;
}
</style>