Shades of East Side #B991CF
Tints of East Side #B991CF
RGB
CMYK
RGB Variations
Color information
#B991CF (or 0xB991CF) is known color: East Side. HEX triplet: B9, 91 and CF. RGB value is (185,145,207). Sum of RGB (Red+Green+Blue) = 185+145+207=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #B991CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991CF is #466E30. Grayscale: #A3A3A3. Windows color (decimal): -4615729 or 13603257. OLE color: 13603257.
HSL color Cylindrical-coordinate representation of color #B991CF: hue angle of 278.71º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B991CF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 145 | 207 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.19 |
| HSL | 278.71º | 0.39% | 0.69% | - |
| HSV(B) | 278.71º | 0.3% | 0.81% | - |
| XYZ | 41.4 | 35.07 | 63.62 | - |
| YUV | 164.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 207 | 0.11 | 0.30 | 0 | 0.19 | 278.71 | 0.39 | 0.69 |
| Hex | B9 | 91 | CF | B | 1E | 0 | 13 | 117 | 27 | 45 |
| Octal | 271 | 221 | 317 | 13 | 36 | 0 | 23 | 427 | 47 | 105 |
| Binary | 10111001 | 10010001 | 11001111 | 1011 | 11110 | 0 | 10011 | 100010111 | 100111 | 1000101 |
Color Harmonies of #B991CF
Complementary color
Monochromatic Colors of #B991CF
Black with #B991CF
Text Example
Text Example
White with #B991CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991CF; }
p { color: rgb(185,145,207); }
H1.HeaderClassName
{
color: #B991CF;
}
.AnyTagClassName
{
color: #B991CF;
}
</style>
background-color css
<style>
a { background-color: #B991CF; }
a { background-color: rgb(185,145,207); }
div.DivClassName
{
background-color: #B991CF;
}
.BgClassName
{
background-color: #B991CF;
}
</style>
border-color css
<style>
span { border-color: #B991CF; }
span { border-color: rgb(185,145,207); }
td.TdClassName
{
border-color: #B991CF;
}
.TagClassName
{
border-color: #B991CF;
}
</style>