Shades of East Side #B77CDA
Tints of East Side #B77CDA
RGB
CMYK
RGB Variations
Color information
#B77CDA (or 0xB77CDA) is known color: East Side. HEX triplet: B7, 7C and DA. RGB value is (183,124,218). Sum of RGB (Red+Green+Blue) = 183+124+218=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B77CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CDA is #488325. Grayscale: #989898. Windows color (decimal): -4752166 or 14318775. OLE color: 14318775.
HSL color Cylindrical-coordinate representation of color #B77CDA: hue angle of 277.66º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77CDA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 124 | 218 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.15 |
| HSL | 277.66º | 0.56% | 0.67% | - |
| HSV(B) | 277.66º | 0.43% | 0.85% | - |
| XYZ | 39.39 | 29.54 | 69.96 | - |
| YUV | 152.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 218 | 0.16 | 0.43 | 0 | 0.15 | 277.66 | 0.56 | 0.67 |
| Hex | B7 | 7C | DA | 10 | 2B | 0 | F | 116 | 38 | 43 |
| Octal | 267 | 174 | 332 | 20 | 53 | 0 | 17 | 426 | 70 | 103 |
| Binary | 10110111 | 1111100 | 11011010 | 10000 | 101011 | 0 | 1111 | 100010110 | 111000 | 1000011 |
Color Harmonies of #B77CDA
Complementary color
Monochromatic Colors of #B77CDA
Black with #B77CDA
Text Example
Text Example
White with #B77CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CDA; }
p { color: rgb(183,124,218); }
H1.HeaderClassName
{
color: #B77CDA;
}
.AnyTagClassName
{
color: #B77CDA;
}
</style>
background-color css
<style>
a { background-color: #B77CDA; }
a { background-color: rgb(183,124,218); }
div.DivClassName
{
background-color: #B77CDA;
}
.BgClassName
{
background-color: #B77CDA;
}
</style>
border-color css
<style>
span { border-color: #B77CDA; }
span { border-color: rgb(183,124,218); }
td.TdClassName
{
border-color: #B77CDA;
}
.TagClassName
{
border-color: #B77CDA;
}
</style>