Shades of East Side #B58FCC
Tints of East Side #B58FCC
RGB
CMYK
RGB Variations
Color information
#B58FCC (or 0xB58FCC) is known color: East Side. HEX triplet: B5, 8F and CC. RGB value is (181,143,204). Sum of RGB (Red+Green+Blue) = 181+143+204=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #B58FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FCC is #4A7033. Grayscale: #A1A1A1. Windows color (decimal): -4878388 or 13406133. OLE color: 13406133.
HSL color Cylindrical-coordinate representation of color #B58FCC: hue angle of 277.38º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58FCC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 143 | 204 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.2 |
| HSL | 277.38º | 0.37% | 0.68% | - |
| HSV(B) | 277.38º | 0.3% | 0.8% | - |
| XYZ | 39.78 | 33.83 | 61.56 | - |
| YUV | 161.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 204 | 0.11 | 0.30 | 0 | 0.2 | 277.38 | 0.37 | 0.68 |
| Hex | B5 | 8F | CC | B | 1E | 0 | 14 | 115 | 25 | 44 |
| Octal | 265 | 217 | 314 | 13 | 36 | 0 | 24 | 425 | 45 | 104 |
| Binary | 10110101 | 10001111 | 11001100 | 1011 | 11110 | 0 | 10100 | 100010101 | 100101 | 1000100 |
Color Harmonies of #B58FCC
Complementary color
Monochromatic Colors of #B58FCC
Black with #B58FCC
Text Example
Text Example
White with #B58FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FCC; }
p { color: rgb(181,143,204); }
H1.HeaderClassName
{
color: #B58FCC;
}
.AnyTagClassName
{
color: #B58FCC;
}
</style>
background-color css
<style>
a { background-color: #B58FCC; }
a { background-color: rgb(181,143,204); }
div.DivClassName
{
background-color: #B58FCC;
}
.BgClassName
{
background-color: #B58FCC;
}
</style>
border-color css
<style>
span { border-color: #B58FCC; }
span { border-color: rgb(181,143,204); }
td.TdClassName
{
border-color: #B58FCC;
}
.TagClassName
{
border-color: #B58FCC;
}
</style>