Shades of East Side #B58AD0
Tints of East Side #B58AD0
RGB
CMYK
RGB Variations
Color information
#B58AD0 (or 0xB58AD0) is known color: East Side. HEX triplet: B5, 8A and D0. RGB value is (181,138,208). Sum of RGB (Red+Green+Blue) = 181+138+208=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #B58AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AD0 is #4A752F. Grayscale: #9E9E9E. Windows color (decimal): -4879664 or 13666997. OLE color: 13666997.
HSL color Cylindrical-coordinate representation of color #B58AD0: hue angle of 276.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58AD0 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 138 | 208 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.18 |
| HSL | 276.86º | 0.43% | 0.68% | - |
| HSV(B) | 276.86º | 0.34% | 0.82% | - |
| XYZ | 39.53 | 32.55 | 63.87 | - |
| YUV | 158.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 208 | 0.13 | 0.34 | 0 | 0.18 | 276.86 | 0.43 | 0.68 |
| Hex | B5 | 8A | D0 | D | 22 | 0 | 12 | 115 | 2B | 44 |
| Octal | 265 | 212 | 320 | 15 | 42 | 0 | 22 | 425 | 53 | 104 |
| Binary | 10110101 | 10001010 | 11010000 | 1101 | 100010 | 0 | 10010 | 100010101 | 101011 | 1000100 |
Color Harmonies of #B58AD0
Complementary color
Monochromatic Colors of #B58AD0
Black with #B58AD0
Text Example
Text Example
White with #B58AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58AD0; }
p { color: rgb(181,138,208); }
H1.HeaderClassName
{
color: #B58AD0;
}
.AnyTagClassName
{
color: #B58AD0;
}
</style>
background-color css
<style>
a { background-color: #B58AD0; }
a { background-color: rgb(181,138,208); }
div.DivClassName
{
background-color: #B58AD0;
}
.BgClassName
{
background-color: #B58AD0;
}
</style>
border-color css
<style>
span { border-color: #B58AD0; }
span { border-color: rgb(181,138,208); }
td.TdClassName
{
border-color: #B58AD0;
}
.TagClassName
{
border-color: #B58AD0;
}
</style>