Shades of East Side #B277CD
Tints of East Side #B277CD
RGB
CMYK
RGB Variations
Color information
#B277CD (or 0xB277CD) is known color: East Side. HEX triplet: B2, 77 and CD. RGB value is (178,119,205). Sum of RGB (Red+Green+Blue) = 178+119+205=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B277CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277CD is #4D8832. Grayscale: #929292. Windows color (decimal): -5081139 or 13465522. OLE color: 13465522.
HSL color Cylindrical-coordinate representation of color #B277CD: hue angle of 281.16º 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 #B277CD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 119 | 205 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.20 |
| HSL | 281.16º | 0.46% | 0.64% | - |
| HSV(B) | 281.16º | 0.42% | 0.8% | - |
| XYZ | 35.98 | 27.07 | 61.09 | - |
| YUV | 146.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 205 | 0.13 | 0.42 | 0 | 0.20 | 281.16 | 0.46 | 0.64 |
| Hex | B2 | 77 | CD | D | 2A | 0 | 14 | 119 | 2E | 40 |
| Octal | 262 | 167 | 315 | 15 | 52 | 0 | 24 | 431 | 56 | 100 |
| Binary | 10110010 | 1110111 | 11001101 | 1101 | 101010 | 0 | 10100 | 100011001 | 101110 | 1000000 |
Color Harmonies of #B277CD
Complementary color
Monochromatic Colors of #B277CD
Black with #B277CD
Text Example
Text Example
White with #B277CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277CD; }
p { color: rgb(178,119,205); }
H1.HeaderClassName
{
color: #B277CD;
}
.AnyTagClassName
{
color: #B277CD;
}
</style>
background-color css
<style>
a { background-color: #B277CD; }
a { background-color: rgb(178,119,205); }
div.DivClassName
{
background-color: #B277CD;
}
.BgClassName
{
background-color: #B277CD;
}
</style>
border-color css
<style>
span { border-color: #B277CD; }
span { border-color: rgb(178,119,205); }
td.TdClassName
{
border-color: #B277CD;
}
.TagClassName
{
border-color: #B277CD;
}
</style>