Shades of East Side #B377C1
Tints of East Side #B377C1
RGB
CMYK
RGB Variations
Color information
#B377C1 (or 0xB377C1) is known color: East Side. HEX triplet: B3, 77 and C1. RGB value is (179,119,193). Sum of RGB (Red+Green+Blue) = 179+119+193=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #B377C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377C1 is #4C883E. Grayscale: #919191. Windows color (decimal): -5015615 or 12679091. OLE color: 12679091.
HSL color Cylindrical-coordinate representation of color #B377C1: hue angle of 288.65º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B377C1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 119 | 193 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.24 |
| HSL | 288.65º | 0.37% | 0.61% | - |
| HSV(B) | 288.65º | 0.38% | 0.76% | - |
| XYZ | 34.81 | 26.63 | 53.76 | - |
| YUV | 145.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 193 | 0.07 | 0.38 | 0 | 0.24 | 288.65 | 0.37 | 0.61 |
| Hex | B3 | 77 | C1 | 7 | 26 | 0 | 18 | 121 | 25 | 3D |
| Octal | 263 | 167 | 301 | 7 | 46 | 0 | 30 | 441 | 45 | 75 |
| Binary | 10110011 | 1110111 | 11000001 | 111 | 100110 | 0 | 11000 | 100100001 | 100101 | 111101 |
Color Harmonies of #B377C1
Complementary color
Monochromatic Colors of #B377C1
Black with #B377C1
Text Example
Text Example
White with #B377C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377C1; }
p { color: rgb(179,119,193); }
H1.HeaderClassName
{
color: #B377C1;
}
.AnyTagClassName
{
color: #B377C1;
}
</style>
background-color css
<style>
a { background-color: #B377C1; }
a { background-color: rgb(179,119,193); }
div.DivClassName
{
background-color: #B377C1;
}
.BgClassName
{
background-color: #B377C1;
}
</style>
border-color css
<style>
span { border-color: #B377C1; }
span { border-color: rgb(179,119,193); }
td.TdClassName
{
border-color: #B377C1;
}
.TagClassName
{
border-color: #B377C1;
}
</style>