Shades of East Side #B07DBB
Tints of East Side #B07DBB
RGB
CMYK
RGB Variations
Color information
#B07DBB (or 0xB07DBB) is known color: East Side. HEX triplet: B0, 7D and BB. RGB value is (176,125,187). Sum of RGB (Red+Green+Blue) = 176+125+187=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #B07DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DBB is #4F8244. Grayscale: #939393. Windows color (decimal): -5210693 or 12287408. OLE color: 12287408.
HSL color Cylindrical-coordinate representation of color #B07DBB: hue angle of 289.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07DBB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 125 | 187 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.27 |
| HSL | 289.35º | 0.31% | 0.61% | - |
| HSV(B) | 289.35º | 0.33% | 0.73% | - |
| XYZ | 34.21 | 27.49 | 50.52 | - |
| YUV | 147.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 187 | 0.06 | 0.33 | 0 | 0.27 | 289.35 | 0.31 | 0.61 |
| Hex | B0 | 7D | BB | 6 | 21 | 0 | 1B | 121 | 1F | 3D |
| Octal | 260 | 175 | 273 | 6 | 41 | 0 | 33 | 441 | 37 | 75 |
| Binary | 10110000 | 1111101 | 10111011 | 110 | 100001 | 0 | 11011 | 100100001 | 11111 | 111101 |
Color Harmonies of #B07DBB
Complementary color
Monochromatic Colors of #B07DBB
Black with #B07DBB
Text Example
Text Example
White with #B07DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DBB; }
p { color: rgb(176,125,187); }
H1.HeaderClassName
{
color: #B07DBB;
}
.AnyTagClassName
{
color: #B07DBB;
}
</style>
background-color css
<style>
a { background-color: #B07DBB; }
a { background-color: rgb(176,125,187); }
div.DivClassName
{
background-color: #B07DBB;
}
.BgClassName
{
background-color: #B07DBB;
}
</style>
border-color css
<style>
span { border-color: #B07DBB; }
span { border-color: rgb(176,125,187); }
td.TdClassName
{
border-color: #B07DBB;
}
.TagClassName
{
border-color: #B07DBB;
}
</style>