Shades of East Side #B77BBE
Tints of East Side #B77BBE
RGB
CMYK
RGB Variations
Color information
#B77BBE (or 0xB77BBE) is known color: East Side. HEX triplet: B7, 7B and BE. RGB value is (183,123,190). Sum of RGB (Red+Green+Blue) = 183+123+190=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B77BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BBE is #488441. Grayscale: #949494. Windows color (decimal): -4752450 or 12483511. OLE color: 12483511.
HSL color Cylindrical-coordinate representation of color #B77BBE: hue angle of 293.73º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77BBE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 123 | 190 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.25 |
| HSL | 293.73º | 0.34% | 0.61% | - |
| HSV(B) | 293.73º | 0.35% | 0.75% | - |
| XYZ | 35.91 | 27.95 | 52.22 | - |
| YUV | 148.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 190 | 0.04 | 0.35 | 0 | 0.25 | 293.73 | 0.34 | 0.61 |
| Hex | B7 | 7B | BE | 4 | 23 | 0 | 19 | 126 | 22 | 3D |
| Octal | 267 | 173 | 276 | 4 | 43 | 0 | 31 | 446 | 42 | 75 |
| Binary | 10110111 | 1111011 | 10111110 | 100 | 100011 | 0 | 11001 | 100100110 | 100010 | 111101 |
Color Harmonies of #B77BBE
Complementary color
Monochromatic Colors of #B77BBE
Black with #B77BBE
Text Example
Text Example
White with #B77BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BBE; }
p { color: rgb(183,123,190); }
H1.HeaderClassName
{
color: #B77BBE;
}
.AnyTagClassName
{
color: #B77BBE;
}
</style>
background-color css
<style>
a { background-color: #B77BBE; }
a { background-color: rgb(183,123,190); }
div.DivClassName
{
background-color: #B77BBE;
}
.BgClassName
{
background-color: #B77BBE;
}
</style>
border-color css
<style>
span { border-color: #B77BBE; }
span { border-color: rgb(183,123,190); }
td.TdClassName
{
border-color: #B77BBE;
}
.TagClassName
{
border-color: #B77BBE;
}
</style>