Shades of East Side #B377CE
Tints of East Side #B377CE
RGB
CMYK
RGB Variations
Color information
#B377CE (or 0xB377CE) is known color: East Side. HEX triplet: B3, 77 and CE. RGB value is (179,119,206). Sum of RGB (Red+Green+Blue) = 179+119+206=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #B377CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377CE is #4C8831. Grayscale: #929292. Windows color (decimal): -5015602 or 13531059. OLE color: 13531059.
HSL color Cylindrical-coordinate representation of color #B377CE: hue angle of 281.38º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B377CE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 119 | 206 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.19 |
| HSL | 281.38º | 0.47% | 0.64% | - |
| HSV(B) | 281.38º | 0.42% | 0.81% | - |
| XYZ | 36.33 | 27.23 | 61.73 | - |
| YUV | 146.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 206 | 0.13 | 0.42 | 0 | 0.19 | 281.38 | 0.47 | 0.64 |
| Hex | B3 | 77 | CE | D | 2A | 0 | 13 | 119 | 2F | 40 |
| Octal | 263 | 167 | 316 | 15 | 52 | 0 | 23 | 431 | 57 | 100 |
| Binary | 10110011 | 1110111 | 11001110 | 1101 | 101010 | 0 | 10011 | 100011001 | 101111 | 1000000 |
Color Harmonies of #B377CE
Complementary color
Monochromatic Colors of #B377CE
Black with #B377CE
Text Example
Text Example
White with #B377CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377CE; }
p { color: rgb(179,119,206); }
H1.HeaderClassName
{
color: #B377CE;
}
.AnyTagClassName
{
color: #B377CE;
}
</style>
background-color css
<style>
a { background-color: #B377CE; }
a { background-color: rgb(179,119,206); }
div.DivClassName
{
background-color: #B377CE;
}
.BgClassName
{
background-color: #B377CE;
}
</style>
border-color css
<style>
span { border-color: #B377CE; }
span { border-color: rgb(179,119,206); }
td.TdClassName
{
border-color: #B377CE;
}
.TagClassName
{
border-color: #B377CE;
}
</style>