Shades of East Side #B191CB
Tints of East Side #B191CB
RGB
CMYK
RGB Variations
Color information
#B191CB (or 0xB191CB) is known color: East Side. HEX triplet: B1, 91 and CB. RGB value is (177,145,203). Sum of RGB (Red+Green+Blue) = 177+145+203=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B191CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191CB is #4E6E34. Grayscale: #A0A0A0. Windows color (decimal): -5140021 or 13341105. OLE color: 13341105.
HSL color Cylindrical-coordinate representation of color #B191CB: hue angle of 273.1º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B191CB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 145 | 203 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.20 |
| HSL | 273.1º | 0.36% | 0.68% | - |
| HSV(B) | 273.1º | 0.29% | 0.8% | - |
| XYZ | 39.04 | 33.91 | 60.99 | - |
| YUV | 161.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 203 | 0.13 | 0.29 | 0 | 0.20 | 273.1 | 0.36 | 0.68 |
| Hex | B1 | 91 | CB | D | 1D | 0 | 14 | 111 | 24 | 44 |
| Octal | 261 | 221 | 313 | 15 | 35 | 0 | 24 | 421 | 44 | 104 |
| Binary | 10110001 | 10010001 | 11001011 | 1101 | 11101 | 0 | 10100 | 100010001 | 100100 | 1000100 |
Color Harmonies of #B191CB
Complementary color
Monochromatic Colors of #B191CB
Black with #B191CB
Text Example
Text Example
White with #B191CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191CB; }
p { color: rgb(177,145,203); }
H1.HeaderClassName
{
color: #B191CB;
}
.AnyTagClassName
{
color: #B191CB;
}
</style>
background-color css
<style>
a { background-color: #B191CB; }
a { background-color: rgb(177,145,203); }
div.DivClassName
{
background-color: #B191CB;
}
.BgClassName
{
background-color: #B191CB;
}
</style>
border-color css
<style>
span { border-color: #B191CB; }
span { border-color: rgb(177,145,203); }
td.TdClassName
{
border-color: #B191CB;
}
.TagClassName
{
border-color: #B191CB;
}
</style>