Shades of East Side #B58FC3
Tints of East Side #B58FC3
RGB
CMYK
RGB Variations
Color information
#B58FC3 (or 0xB58FC3) is known color: East Side. HEX triplet: B5, 8F and C3. RGB value is (181,143,195). Sum of RGB (Red+Green+Blue) = 181+143+195=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #B58FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FC3 is #4A703C. Grayscale: #A0A0A0. Windows color (decimal): -4878397 or 12816309. OLE color: 12816309.
HSL color Cylindrical-coordinate representation of color #B58FC3: hue angle of 283.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B58FC3 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 143 | 195 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.24 |
| HSL | 283.85º | 0.3% | 0.66% | - |
| HSV(B) | 283.85º | 0.27% | 0.76% | - |
| XYZ | 38.73 | 33.41 | 56.04 | - |
| YUV | 160.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 195 | 0.07 | 0.27 | 0 | 0.24 | 283.85 | 0.3 | 0.66 |
| Hex | B5 | 8F | C3 | 7 | 1B | 0 | 18 | 11C | 1E | 42 |
| Octal | 265 | 217 | 303 | 7 | 33 | 0 | 30 | 434 | 36 | 102 |
| Binary | 10110101 | 10001111 | 11000011 | 111 | 11011 | 0 | 11000 | 100011100 | 11110 | 1000010 |
Color Harmonies of #B58FC3
Complementary color
Monochromatic Colors of #B58FC3
Black with #B58FC3
Text Example
Text Example
White with #B58FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FC3; }
p { color: rgb(181,143,195); }
H1.HeaderClassName
{
color: #B58FC3;
}
.AnyTagClassName
{
color: #B58FC3;
}
</style>
background-color css
<style>
a { background-color: #B58FC3; }
a { background-color: rgb(181,143,195); }
div.DivClassName
{
background-color: #B58FC3;
}
.BgClassName
{
background-color: #B58FC3;
}
</style>
border-color css
<style>
span { border-color: #B58FC3; }
span { border-color: rgb(181,143,195); }
td.TdClassName
{
border-color: #B58FC3;
}
.TagClassName
{
border-color: #B58FC3;
}
</style>