Shades of East Side #B291C1
Tints of East Side #B291C1
RGB
CMYK
RGB Variations
Color information
#B291C1 (or 0xB291C1) is known color: East Side. HEX triplet: B2, 91 and C1. RGB value is (178,145,193). Sum of RGB (Red+Green+Blue) = 178+145+193=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #B291C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291C1 is #4D6E3E. Grayscale: #A0A0A0. Windows color (decimal): -5074495 or 12685746. OLE color: 12685746.
HSL color Cylindrical-coordinate representation of color #B291C1: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B291C1 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 145 | 193 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.24 |
| HSL | 281.25º | 0.28% | 0.66% | - |
| HSV(B) | 281.25º | 0.25% | 0.76% | - |
| XYZ | 38.11 | 33.57 | 54.92 | - |
| YUV | 160.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 193 | 0.08 | 0.25 | 0 | 0.24 | 281.25 | 0.28 | 0.66 |
| Hex | B2 | 91 | C1 | 8 | 19 | 0 | 18 | 119 | 1C | 42 |
| Octal | 262 | 221 | 301 | 10 | 31 | 0 | 30 | 431 | 34 | 102 |
| Binary | 10110010 | 10010001 | 11000001 | 1000 | 11001 | 0 | 11000 | 100011001 | 11100 | 1000010 |
Color Harmonies of #B291C1
Complementary color
Monochromatic Colors of #B291C1
Black with #B291C1
Text Example
Text Example
White with #B291C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B291C1; }
p { color: rgb(178,145,193); }
H1.HeaderClassName
{
color: #B291C1;
}
.AnyTagClassName
{
color: #B291C1;
}
</style>
background-color css
<style>
a { background-color: #B291C1; }
a { background-color: rgb(178,145,193); }
div.DivClassName
{
background-color: #B291C1;
}
.BgClassName
{
background-color: #B291C1;
}
</style>
border-color css
<style>
span { border-color: #B291C1; }
span { border-color: rgb(178,145,193); }
td.TdClassName
{
border-color: #B291C1;
}
.TagClassName
{
border-color: #B291C1;
}
</style>