Shades of East Side #BB7DC1
Tints of East Side #BB7DC1
RGB
CMYK
RGB Variations
Color information
#BB7DC1 (or 0xBB7DC1) is known color: East Side. HEX triplet: BB, 7D and C1. RGB value is (187,125,193). Sum of RGB (Red+Green+Blue) = 187+125+193=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC1 is #44823E. Grayscale: #979797. Windows color (decimal): -4489791 or 12680635. OLE color: 12680635.
HSL color Cylindrical-coordinate representation of color #BB7DC1: hue angle of 294.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7DC1 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 125 | 193 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.24 |
| HSL | 294.71º | 0.35% | 0.62% | - |
| HSV(B) | 294.71º | 0.35% | 0.76% | - |
| XYZ | 37.45 | 29.08 | 54.09 | - |
| YUV | 151.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 193 | 0.03 | 0.35 | 0 | 0.24 | 294.71 | 0.35 | 0.62 |
| Hex | BB | 7D | C1 | 3 | 23 | 0 | 18 | 127 | 23 | 3E |
| Octal | 273 | 175 | 301 | 3 | 43 | 0 | 30 | 447 | 43 | 76 |
| Binary | 10111011 | 1111101 | 11000001 | 11 | 100011 | 0 | 11000 | 100100111 | 100011 | 111110 |
Color Harmonies of #BB7DC1
Complementary color
Monochromatic Colors of #BB7DC1
Black with #BB7DC1
Text Example
Text Example
White with #BB7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DC1; }
p { color: rgb(187,125,193); }
H1.HeaderClassName
{
color: #BB7DC1;
}
.AnyTagClassName
{
color: #BB7DC1;
}
</style>
background-color css
<style>
a { background-color: #BB7DC1; }
a { background-color: rgb(187,125,193); }
div.DivClassName
{
background-color: #BB7DC1;
}
.BgClassName
{
background-color: #BB7DC1;
}
</style>
border-color css
<style>
span { border-color: #BB7DC1; }
span { border-color: rgb(187,125,193); }
td.TdClassName
{
border-color: #BB7DC1;
}
.TagClassName
{
border-color: #BB7DC1;
}
</style>