Shades of East Side #B77CCB
Tints of East Side #B77CCB
RGB
CMYK
RGB Variations
Color information
#B77CCB (or 0xB77CCB) is known color: East Side. HEX triplet: B7, 7C and CB. RGB value is (183,124,203). Sum of RGB (Red+Green+Blue) = 183+124+203=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #B77CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CCB is #488334. Grayscale: #969696. Windows color (decimal): -4752181 or 13335735. OLE color: 13335735.
HSL color Cylindrical-coordinate representation of color #B77CCB: hue angle of 284.81º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77CCB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 124 | 203 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.20 |
| HSL | 284.81º | 0.43% | 0.64% | - |
| HSV(B) | 284.81º | 0.39% | 0.8% | - |
| XYZ | 37.52 | 28.79 | 60.08 | - |
| YUV | 150.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 203 | 0.10 | 0.39 | 0 | 0.20 | 284.81 | 0.43 | 0.64 |
| Hex | B7 | 7C | CB | A | 27 | 0 | 14 | 11D | 2B | 40 |
| Octal | 267 | 174 | 313 | 12 | 47 | 0 | 24 | 435 | 53 | 100 |
| Binary | 10110111 | 1111100 | 11001011 | 1010 | 100111 | 0 | 10100 | 100011101 | 101011 | 1000000 |
Color Harmonies of #B77CCB
Complementary color
Monochromatic Colors of #B77CCB
Black with #B77CCB
Text Example
Text Example
White with #B77CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CCB; }
p { color: rgb(183,124,203); }
H1.HeaderClassName
{
color: #B77CCB;
}
.AnyTagClassName
{
color: #B77CCB;
}
</style>
background-color css
<style>
a { background-color: #B77CCB; }
a { background-color: rgb(183,124,203); }
div.DivClassName
{
background-color: #B77CCB;
}
.BgClassName
{
background-color: #B77CCB;
}
</style>
border-color css
<style>
span { border-color: #B77CCB; }
span { border-color: rgb(183,124,203); }
td.TdClassName
{
border-color: #B77CCB;
}
.TagClassName
{
border-color: #B77CCB;
}
</style>