Shades of East Side #B58FC1
Tints of East Side #B58FC1
RGB
CMYK
RGB Variations
Color information
#B58FC1 (or 0xB58FC1) is known color: East Side. HEX triplet: B5, 8F and C1. RGB value is (181,143,193). Sum of RGB (Red+Green+Blue) = 181+143+193=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #B58FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FC1 is #4A703E. Grayscale: #9F9F9F. Windows color (decimal): -4878399 or 12685237. OLE color: 12685237.
HSL color Cylindrical-coordinate representation of color #B58FC1: hue angle of 285.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B58FC1 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 143 | 193 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.24 |
| HSL | 285.6º | 0.29% | 0.66% | - |
| HSV(B) | 285.6º | 0.26% | 0.76% | - |
| XYZ | 38.5 | 33.32 | 54.85 | - |
| YUV | 160.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 193 | 0.06 | 0.26 | 0 | 0.24 | 285.6 | 0.29 | 0.66 |
| Hex | B5 | 8F | C1 | 6 | 1A | 0 | 18 | 11E | 1D | 42 |
| Octal | 265 | 217 | 301 | 6 | 32 | 0 | 30 | 436 | 35 | 102 |
| Binary | 10110101 | 10001111 | 11000001 | 110 | 11010 | 0 | 11000 | 100011110 | 11101 | 1000010 |
Color Harmonies of #B58FC1
Complementary color
Monochromatic Colors of #B58FC1
Black with #B58FC1
Text Example
Text Example
White with #B58FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FC1; }
p { color: rgb(181,143,193); }
H1.HeaderClassName
{
color: #B58FC1;
}
.AnyTagClassName
{
color: #B58FC1;
}
</style>
background-color css
<style>
a { background-color: #B58FC1; }
a { background-color: rgb(181,143,193); }
div.DivClassName
{
background-color: #B58FC1;
}
.BgClassName
{
background-color: #B58FC1;
}
</style>
border-color css
<style>
span { border-color: #B58FC1; }
span { border-color: rgb(181,143,193); }
td.TdClassName
{
border-color: #B58FC1;
}
.TagClassName
{
border-color: #B58FC1;
}
</style>