Shades of East Side #BB7DC2
Tints of East Side #BB7DC2
RGB
CMYK
RGB Variations
Color information
#BB7DC2 (or 0xBB7DC2) is known color: East Side. HEX triplet: BB, 7D and C2. RGB value is (187,125,194). Sum of RGB (Red+Green+Blue) = 187+125+194=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DC2 is #44823D. Grayscale: #979797. Windows color (decimal): -4489790 or 12746171. OLE color: 12746171.
HSL color Cylindrical-coordinate representation of color #BB7DC2: hue angle of 293.91º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7DC2 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 125 | 194 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.24 |
| HSL | 293.91º | 0.36% | 0.63% | - |
| HSV(B) | 293.91º | 0.36% | 0.76% | - |
| XYZ | 37.56 | 29.13 | 54.68 | - |
| YUV | 151.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 194 | 0.04 | 0.36 | 0 | 0.24 | 293.91 | 0.36 | 0.63 |
| Hex | BB | 7D | C2 | 4 | 24 | 0 | 18 | 126 | 24 | 3F |
| Octal | 273 | 175 | 302 | 4 | 44 | 0 | 30 | 446 | 44 | 77 |
| Binary | 10111011 | 1111101 | 11000010 | 100 | 100100 | 0 | 11000 | 100100110 | 100100 | 111111 |
Color Harmonies of #BB7DC2
Complementary color
Monochromatic Colors of #BB7DC2
Black with #BB7DC2
Text Example
Text Example
White with #BB7DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DC2; }
p { color: rgb(187,125,194); }
H1.HeaderClassName
{
color: #BB7DC2;
}
.AnyTagClassName
{
color: #BB7DC2;
}
</style>
background-color css
<style>
a { background-color: #BB7DC2; }
a { background-color: rgb(187,125,194); }
div.DivClassName
{
background-color: #BB7DC2;
}
.BgClassName
{
background-color: #BB7DC2;
}
</style>
border-color css
<style>
span { border-color: #BB7DC2; }
span { border-color: rgb(187,125,194); }
td.TdClassName
{
border-color: #BB7DC2;
}
.TagClassName
{
border-color: #BB7DC2;
}
</style>