Shades of East Side #B58AC5
Tints of East Side #B58AC5
RGB
CMYK
RGB Variations
Color information
#B58AC5 (or 0xB58AC5) is known color: East Side. HEX triplet: B5, 8A and C5. RGB value is (181,138,197). Sum of RGB (Red+Green+Blue) = 181+138+197=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #B58AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AC5 is #4A753A. Grayscale: #9D9D9D. Windows color (decimal): -4879675 or 12946101. OLE color: 12946101.
HSL color Cylindrical-coordinate representation of color #B58AC5: hue angle of 283.73º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58AC5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 138 | 197 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.23 |
| HSL | 283.73º | 0.34% | 0.66% | - |
| HSV(B) | 283.73º | 0.3% | 0.77% | - |
| XYZ | 38.22 | 32.03 | 56.99 | - |
| YUV | 157.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 197 | 0.08 | 0.30 | 0 | 0.23 | 283.73 | 0.34 | 0.66 |
| Hex | B5 | 8A | C5 | 8 | 1E | 0 | 17 | 11C | 22 | 42 |
| Octal | 265 | 212 | 305 | 10 | 36 | 0 | 27 | 434 | 42 | 102 |
| Binary | 10110101 | 10001010 | 11000101 | 1000 | 11110 | 0 | 10111 | 100011100 | 100010 | 1000010 |
Color Harmonies of #B58AC5
Complementary color
Monochromatic Colors of #B58AC5
Black with #B58AC5
Text Example
Text Example
White with #B58AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58AC5; }
p { color: rgb(181,138,197); }
H1.HeaderClassName
{
color: #B58AC5;
}
.AnyTagClassName
{
color: #B58AC5;
}
</style>
background-color css
<style>
a { background-color: #B58AC5; }
a { background-color: rgb(181,138,197); }
div.DivClassName
{
background-color: #B58AC5;
}
.BgClassName
{
background-color: #B58AC5;
}
</style>
border-color css
<style>
span { border-color: #B58AC5; }
span { border-color: rgb(181,138,197); }
td.TdClassName
{
border-color: #B58AC5;
}
.TagClassName
{
border-color: #B58AC5;
}
</style>