Shades of East Side #B77CDC
Tints of East Side #B77CDC
RGB
CMYK
RGB Variations
Color information
#B77CDC (or 0xB77CDC) is known color: East Side. HEX triplet: B7, 7C and DC. RGB value is (183,124,220). Sum of RGB (Red+Green+Blue) = 183+124+220=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #B77CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CDC is #488323. Grayscale: #989898. Windows color (decimal): -4752164 or 14449847. OLE color: 14449847.
HSL color Cylindrical-coordinate representation of color #B77CDC: hue angle of 276.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77CDC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 124 | 220 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.14 |
| HSL | 276.88º | 0.58% | 0.67% | - |
| HSV(B) | 276.88º | 0.44% | 0.86% | - |
| XYZ | 39.65 | 29.65 | 71.34 | - |
| YUV | 152.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 220 | 0.17 | 0.44 | 0 | 0.14 | 276.88 | 0.58 | 0.67 |
| Hex | B7 | 7C | DC | 11 | 2C | 0 | E | 115 | 3A | 43 |
| Octal | 267 | 174 | 334 | 21 | 54 | 0 | 16 | 425 | 72 | 103 |
| Binary | 10110111 | 1111100 | 11011100 | 10001 | 101100 | 0 | 1110 | 100010101 | 111010 | 1000011 |
Color Harmonies of #B77CDC
Complementary color
Monochromatic Colors of #B77CDC
Black with #B77CDC
Text Example
Text Example
White with #B77CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CDC; }
p { color: rgb(183,124,220); }
H1.HeaderClassName
{
color: #B77CDC;
}
.AnyTagClassName
{
color: #B77CDC;
}
</style>
background-color css
<style>
a { background-color: #B77CDC; }
a { background-color: rgb(183,124,220); }
div.DivClassName
{
background-color: #B77CDC;
}
.BgClassName
{
background-color: #B77CDC;
}
</style>
border-color css
<style>
span { border-color: #B77CDC; }
span { border-color: rgb(183,124,220); }
td.TdClassName
{
border-color: #B77CDC;
}
.TagClassName
{
border-color: #B77CDC;
}
</style>