Shades of East Side #B77FCE
Tints of East Side #B77FCE
RGB
CMYK
RGB Variations
Color information
#B77FCE (or 0xB77FCE) is known color: East Side. HEX triplet: B7, 7F and CE. RGB value is (183,127,206). Sum of RGB (Red+Green+Blue) = 183+127+206=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #B77FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FCE is #488031. Grayscale: #989898. Windows color (decimal): -4751410 or 13533111. OLE color: 13533111.
HSL color Cylindrical-coordinate representation of color #B77FCE: hue angle of 282.53º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77FCE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 127 | 206 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.19 |
| HSL | 282.53º | 0.45% | 0.65% | - |
| HSV(B) | 282.53º | 0.38% | 0.81% | - |
| XYZ | 38.26 | 29.7 | 62.11 | - |
| YUV | 152.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 206 | 0.11 | 0.38 | 0 | 0.19 | 282.53 | 0.45 | 0.65 |
| Hex | B7 | 7F | CE | B | 26 | 0 | 13 | 11B | 2D | 41 |
| Octal | 267 | 177 | 316 | 13 | 46 | 0 | 23 | 433 | 55 | 101 |
| Binary | 10110111 | 1111111 | 11001110 | 1011 | 100110 | 0 | 10011 | 100011011 | 101101 | 1000001 |
Color Harmonies of #B77FCE
Complementary color
Monochromatic Colors of #B77FCE
Black with #B77FCE
Text Example
Text Example
White with #B77FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FCE; }
p { color: rgb(183,127,206); }
H1.HeaderClassName
{
color: #B77FCE;
}
.AnyTagClassName
{
color: #B77FCE;
}
</style>
background-color css
<style>
a { background-color: #B77FCE; }
a { background-color: rgb(183,127,206); }
div.DivClassName
{
background-color: #B77FCE;
}
.BgClassName
{
background-color: #B77FCE;
}
</style>
border-color css
<style>
span { border-color: #B77FCE; }
span { border-color: rgb(183,127,206); }
td.TdClassName
{
border-color: #B77FCE;
}
.TagClassName
{
border-color: #B77FCE;
}
</style>