Shades of East Side #B07CCD
Tints of East Side #B07CCD
RGB
CMYK
RGB Variations
Color information
#B07CCD (or 0xB07CCD) is known color: East Side. HEX triplet: B0, 7C and CD. RGB value is (176,124,205). Sum of RGB (Red+Green+Blue) = 176+124+205=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #B07CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CCD is #4F8332. Grayscale: #949494. Windows color (decimal): -5210931 or 13466800. OLE color: 13466800.
HSL color Cylindrical-coordinate representation of color #B07CCD: hue angle of 278.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07CCD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 124 | 205 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.20 |
| HSL | 278.52º | 0.45% | 0.65% | - |
| HSV(B) | 278.52º | 0.4% | 0.8% | - |
| XYZ | 36.13 | 28.05 | 61.27 | - |
| YUV | 148.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 205 | 0.14 | 0.40 | 0 | 0.20 | 278.52 | 0.45 | 0.65 |
| Hex | B0 | 7C | CD | E | 28 | 0 | 14 | 117 | 2D | 41 |
| Octal | 260 | 174 | 315 | 16 | 50 | 0 | 24 | 427 | 55 | 101 |
| Binary | 10110000 | 1111100 | 11001101 | 1110 | 101000 | 0 | 10100 | 100010111 | 101101 | 1000001 |
Color Harmonies of #B07CCD
Complementary color
Monochromatic Colors of #B07CCD
Black with #B07CCD
Text Example
Text Example
White with #B07CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CCD; }
p { color: rgb(176,124,205); }
H1.HeaderClassName
{
color: #B07CCD;
}
.AnyTagClassName
{
color: #B07CCD;
}
</style>
background-color css
<style>
a { background-color: #B07CCD; }
a { background-color: rgb(176,124,205); }
div.DivClassName
{
background-color: #B07CCD;
}
.BgClassName
{
background-color: #B07CCD;
}
</style>
border-color css
<style>
span { border-color: #B07CCD; }
span { border-color: rgb(176,124,205); }
td.TdClassName
{
border-color: #B07CCD;
}
.TagClassName
{
border-color: #B07CCD;
}
</style>