Shades of East Side #B58BD1
Tints of East Side #B58BD1
RGB
CMYK
RGB Variations
Color information
#B58BD1 (or 0xB58BD1) is known color: East Side. HEX triplet: B5, 8B and D1. RGB value is (181,139,209). Sum of RGB (Red+Green+Blue) = 181+139+209=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #B58BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BD1 is #4A742E. Grayscale: #9F9F9F. Windows color (decimal): -4879407 or 13732789. OLE color: 13732789.
HSL color Cylindrical-coordinate representation of color #B58BD1: hue angle of 276º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58BD1 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 139 | 209 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.18 |
| HSL | 276º | 0.43% | 0.68% | - |
| HSV(B) | 276º | 0.33% | 0.82% | - |
| XYZ | 39.8 | 32.89 | 64.57 | - |
| YUV | 159.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 209 | 0.13 | 0.33 | 0 | 0.18 | 276 | 0.43 | 0.68 |
| Hex | B5 | 8B | D1 | D | 21 | 0 | 12 | 114 | 2B | 44 |
| Octal | 265 | 213 | 321 | 15 | 41 | 0 | 22 | 424 | 53 | 104 |
| Binary | 10110101 | 10001011 | 11010001 | 1101 | 100001 | 0 | 10010 | 100010100 | 101011 | 1000100 |
Color Harmonies of #B58BD1
Complementary color
Monochromatic Colors of #B58BD1
Black with #B58BD1
Text Example
Text Example
White with #B58BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BD1; }
p { color: rgb(181,139,209); }
H1.HeaderClassName
{
color: #B58BD1;
}
.AnyTagClassName
{
color: #B58BD1;
}
</style>
background-color css
<style>
a { background-color: #B58BD1; }
a { background-color: rgb(181,139,209); }
div.DivClassName
{
background-color: #B58BD1;
}
.BgClassName
{
background-color: #B58BD1;
}
</style>
border-color css
<style>
span { border-color: #B58BD1; }
span { border-color: rgb(181,139,209); }
td.TdClassName
{
border-color: #B58BD1;
}
.TagClassName
{
border-color: #B58BD1;
}
</style>