Shades of East Side #B58FCB
Tints of East Side #B58FCB
RGB
CMYK
RGB Variations
Color information
#B58FCB (or 0xB58FCB) is known color: East Side. HEX triplet: B5, 8F and CB. RGB value is (181,143,203). Sum of RGB (Red+Green+Blue) = 181+143+203=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #B58FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FCB is #4A7034. Grayscale: #A1A1A1. Windows color (decimal): -4878389 or 13340597. OLE color: 13340597.
HSL color Cylindrical-coordinate representation of color #B58FCB: hue angle of 278º 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 #B58FCB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 143 | 203 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.20 |
| HSL | 278º | 0.37% | 0.68% | - |
| HSV(B) | 278º | 0.3% | 0.8% | - |
| XYZ | 39.66 | 33.78 | 60.93 | - |
| YUV | 161.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 203 | 0.11 | 0.30 | 0 | 0.20 | 278 | 0.37 | 0.68 |
| Hex | B5 | 8F | CB | B | 1E | 0 | 14 | 116 | 25 | 44 |
| Octal | 265 | 217 | 313 | 13 | 36 | 0 | 24 | 426 | 45 | 104 |
| Binary | 10110101 | 10001111 | 11001011 | 1011 | 11110 | 0 | 10100 | 100010110 | 100101 | 1000100 |
Color Harmonies of #B58FCB
Complementary color
Monochromatic Colors of #B58FCB
Black with #B58FCB
Text Example
Text Example
White with #B58FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FCB; }
p { color: rgb(181,143,203); }
H1.HeaderClassName
{
color: #B58FCB;
}
.AnyTagClassName
{
color: #B58FCB;
}
</style>
background-color css
<style>
a { background-color: #B58FCB; }
a { background-color: rgb(181,143,203); }
div.DivClassName
{
background-color: #B58FCB;
}
.BgClassName
{
background-color: #B58FCB;
}
</style>
border-color css
<style>
span { border-color: #B58FCB; }
span { border-color: rgb(181,143,203); }
td.TdClassName
{
border-color: #B58FCB;
}
.TagClassName
{
border-color: #B58FCB;
}
</style>