Shades of East Side #B276C1
Tints of East Side #B276C1
RGB
CMYK
RGB Variations
Color information
#B276C1 (or 0xB276C1) is known color: East Side. HEX triplet: B2, 76 and C1. RGB value is (178,118,193). Sum of RGB (Red+Green+Blue) = 178+118+193=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #B276C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276C1 is #4D893E. Grayscale: #909090. Windows color (decimal): -5081407 or 12678834. OLE color: 12678834.
HSL color Cylindrical-coordinate representation of color #B276C1: hue angle of 288º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B276C1 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 118 | 193 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.24 |
| HSL | 288º | 0.38% | 0.61% | - |
| HSV(B) | 288º | 0.39% | 0.76% | - |
| XYZ | 34.46 | 26.27 | 53.71 | - |
| YUV | 144.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 193 | 0.08 | 0.39 | 0 | 0.24 | 288 | 0.38 | 0.61 |
| Hex | B2 | 76 | C1 | 8 | 27 | 0 | 18 | 120 | 26 | 3D |
| Octal | 262 | 166 | 301 | 10 | 47 | 0 | 30 | 440 | 46 | 75 |
| Binary | 10110010 | 1110110 | 11000001 | 1000 | 100111 | 0 | 11000 | 100100000 | 100110 | 111101 |
Color Harmonies of #B276C1
Complementary color
Monochromatic Colors of #B276C1
Black with #B276C1
Text Example
Text Example
White with #B276C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276C1; }
p { color: rgb(178,118,193); }
H1.HeaderClassName
{
color: #B276C1;
}
.AnyTagClassName
{
color: #B276C1;
}
</style>
background-color css
<style>
a { background-color: #B276C1; }
a { background-color: rgb(178,118,193); }
div.DivClassName
{
background-color: #B276C1;
}
.BgClassName
{
background-color: #B276C1;
}
</style>
border-color css
<style>
span { border-color: #B276C1; }
span { border-color: rgb(178,118,193); }
td.TdClassName
{
border-color: #B276C1;
}
.TagClassName
{
border-color: #B276C1;
}
</style>