Shades of East Side #B777CD
Tints of East Side #B777CD
RGB
CMYK
RGB Variations
Color information
#B777CD (or 0xB777CD) is known color: East Side. HEX triplet: B7, 77 and CD. RGB value is (183,119,205). Sum of RGB (Red+Green+Blue) = 183+119+205=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #B777CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777CD is #488832. Grayscale: #939393. Windows color (decimal): -4753459 or 13465527. OLE color: 13465527.
HSL color Cylindrical-coordinate representation of color #B777CD: hue angle of 284.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B777CD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 119 | 205 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.20 |
| HSL | 284.65º | 0.46% | 0.64% | - |
| HSV(B) | 284.65º | 0.42% | 0.8% | - |
| XYZ | 37.14 | 27.67 | 61.14 | - |
| YUV | 147.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 205 | 0.11 | 0.42 | 0 | 0.20 | 284.65 | 0.46 | 0.64 |
| Hex | B7 | 77 | CD | B | 2A | 0 | 14 | 11D | 2E | 40 |
| Octal | 267 | 167 | 315 | 13 | 52 | 0 | 24 | 435 | 56 | 100 |
| Binary | 10110111 | 1110111 | 11001101 | 1011 | 101010 | 0 | 10100 | 100011101 | 101110 | 1000000 |
Color Harmonies of #B777CD
Complementary color
Monochromatic Colors of #B777CD
Black with #B777CD
Text Example
Text Example
White with #B777CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777CD; }
p { color: rgb(183,119,205); }
H1.HeaderClassName
{
color: #B777CD;
}
.AnyTagClassName
{
color: #B777CD;
}
</style>
background-color css
<style>
a { background-color: #B777CD; }
a { background-color: rgb(183,119,205); }
div.DivClassName
{
background-color: #B777CD;
}
.BgClassName
{
background-color: #B777CD;
}
</style>
border-color css
<style>
span { border-color: #B777CD; }
span { border-color: rgb(183,119,205); }
td.TdClassName
{
border-color: #B777CD;
}
.TagClassName
{
border-color: #B777CD;
}
</style>