Shades of East Side #B07CBB
Tints of East Side #B07CBB
RGB
CMYK
RGB Variations
Color information
#B07CBB (or 0xB07CBB) is known color: East Side. HEX triplet: B0, 7C and BB. RGB value is (176,124,187). Sum of RGB (Red+Green+Blue) = 176+124+187=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #B07CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CBB is #4F8344. Grayscale: #929292. Windows color (decimal): -5210949 or 12287152. OLE color: 12287152.
HSL color Cylindrical-coordinate representation of color #B07CBB: hue angle of 289.52º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07CBB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 124 | 187 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.27 |
| HSL | 289.52º | 0.32% | 0.61% | - |
| HSV(B) | 289.52º | 0.34% | 0.73% | - |
| XYZ | 34.08 | 27.23 | 50.47 | - |
| YUV | 146.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 187 | 0.06 | 0.34 | 0 | 0.27 | 289.52 | 0.32 | 0.61 |
| Hex | B0 | 7C | BB | 6 | 22 | 0 | 1B | 122 | 20 | 3D |
| Octal | 260 | 174 | 273 | 6 | 42 | 0 | 33 | 442 | 40 | 75 |
| Binary | 10110000 | 1111100 | 10111011 | 110 | 100010 | 0 | 11011 | 100100010 | 100000 | 111101 |
Color Harmonies of #B07CBB
Complementary color
Monochromatic Colors of #B07CBB
Black with #B07CBB
Text Example
Text Example
White with #B07CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CBB; }
p { color: rgb(176,124,187); }
H1.HeaderClassName
{
color: #B07CBB;
}
.AnyTagClassName
{
color: #B07CBB;
}
</style>
background-color css
<style>
a { background-color: #B07CBB; }
a { background-color: rgb(176,124,187); }
div.DivClassName
{
background-color: #B07CBB;
}
.BgClassName
{
background-color: #B07CBB;
}
</style>
border-color css
<style>
span { border-color: #B07CBB; }
span { border-color: rgb(176,124,187); }
td.TdClassName
{
border-color: #B07CBB;
}
.TagClassName
{
border-color: #B07CBB;
}
</style>