Shades of East Side #B791BD
Tints of East Side #B791BD
RGB
CMYK
RGB Variations
Color information
#B791BD (or 0xB791BD) is known color: East Side. HEX triplet: B7, 91 and BD. RGB value is (183,145,189). Sum of RGB (Red+Green+Blue) = 183+145+189=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #B791BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B791BD is #486E42. Grayscale: #A1A1A1. Windows color (decimal): -4746819 or 12423607. OLE color: 12423607.
HSL color Cylindrical-coordinate representation of color #B791BD: hue angle of 291.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B791BD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 145 | 189 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.26 |
| HSL | 291.82º | 0.25% | 0.65% | - |
| HSV(B) | 291.82º | 0.23% | 0.74% | - |
| XYZ | 38.84 | 33.99 | 52.66 | - |
| YUV | 161.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 189 | 0.03 | 0.23 | 0 | 0.26 | 291.82 | 0.25 | 0.65 |
| Hex | B7 | 91 | BD | 3 | 17 | 0 | 1A | 124 | 19 | 41 |
| Octal | 267 | 221 | 275 | 3 | 27 | 0 | 32 | 444 | 31 | 101 |
| Binary | 10110111 | 10010001 | 10111101 | 11 | 10111 | 0 | 11010 | 100100100 | 11001 | 1000001 |
Color Harmonies of #B791BD
Complementary color
Monochromatic Colors of #B791BD
Black with #B791BD
Text Example
Text Example
White with #B791BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B791BD; }
p { color: rgb(183,145,189); }
H1.HeaderClassName
{
color: #B791BD;
}
.AnyTagClassName
{
color: #B791BD;
}
</style>
background-color css
<style>
a { background-color: #B791BD; }
a { background-color: rgb(183,145,189); }
div.DivClassName
{
background-color: #B791BD;
}
.BgClassName
{
background-color: #B791BD;
}
</style>
border-color css
<style>
span { border-color: #B791BD; }
span { border-color: rgb(183,145,189); }
td.TdClassName
{
border-color: #B791BD;
}
.TagClassName
{
border-color: #B791BD;
}
</style>