Shades of East Side #B57DBB
Tints of East Side #B57DBB
RGB
CMYK
RGB Variations
Color information
#B57DBB (or 0xB57DBB) is known color: East Side. HEX triplet: B5, 7D and BB. RGB value is (181,125,187). Sum of RGB (Red+Green+Blue) = 181+125+187=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #B57DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DBB is #4A8244. Grayscale: #949494. Windows color (decimal): -4883013 or 12287413. OLE color: 12287413.
HSL color Cylindrical-coordinate representation of color #B57DBB: hue angle of 294.19º 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 #B57DBB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 125 | 187 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.27 |
| HSL | 294.19º | 0.31% | 0.61% | - |
| HSV(B) | 294.19º | 0.33% | 0.73% | - |
| XYZ | 35.36 | 28.08 | 50.57 | - |
| YUV | 148.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 187 | 0.03 | 0.33 | 0 | 0.27 | 294.19 | 0.31 | 0.61 |
| Hex | B5 | 7D | BB | 3 | 21 | 0 | 1B | 126 | 1F | 3D |
| Octal | 265 | 175 | 273 | 3 | 41 | 0 | 33 | 446 | 37 | 75 |
| Binary | 10110101 | 1111101 | 10111011 | 11 | 100001 | 0 | 11011 | 100100110 | 11111 | 111101 |
Color Harmonies of #B57DBB
Complementary color
Monochromatic Colors of #B57DBB
Black with #B57DBB
Text Example
Text Example
White with #B57DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DBB; }
p { color: rgb(181,125,187); }
H1.HeaderClassName
{
color: #B57DBB;
}
.AnyTagClassName
{
color: #B57DBB;
}
</style>
background-color css
<style>
a { background-color: #B57DBB; }
a { background-color: rgb(181,125,187); }
div.DivClassName
{
background-color: #B57DBB;
}
.BgClassName
{
background-color: #B57DBB;
}
</style>
border-color css
<style>
span { border-color: #B57DBB; }
span { border-color: rgb(181,125,187); }
td.TdClassName
{
border-color: #B57DBB;
}
.TagClassName
{
border-color: #B57DBB;
}
</style>