Shades of East Side #B581BF
Tints of East Side #B581BF
RGB
CMYK
RGB Variations
Color information
#B581BF (or 0xB581BF) is known color: East Side. HEX triplet: B5, 81 and BF. RGB value is (181,129,191). Sum of RGB (Red+Green+Blue) = 181+129+191=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #B581BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581BF is #4A7E40. Grayscale: #979797. Windows color (decimal): -4881985 or 12550581. OLE color: 12550581.
HSL color Cylindrical-coordinate representation of color #B581BF: hue angle of 290.32º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B581BF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 129 | 191 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.25 |
| HSL | 290.32º | 0.33% | 0.63% | - |
| HSV(B) | 290.32º | 0.32% | 0.75% | - |
| XYZ | 36.31 | 29.29 | 53.03 | - |
| YUV | 151.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 191 | 0.05 | 0.32 | 0 | 0.25 | 290.32 | 0.33 | 0.63 |
| Hex | B5 | 81 | BF | 5 | 20 | 0 | 19 | 122 | 21 | 3F |
| Octal | 265 | 201 | 277 | 5 | 40 | 0 | 31 | 442 | 41 | 77 |
| Binary | 10110101 | 10000001 | 10111111 | 101 | 100000 | 0 | 11001 | 100100010 | 100001 | 111111 |
Color Harmonies of #B581BF
Complementary color
Monochromatic Colors of #B581BF
Black with #B581BF
Text Example
Text Example
White with #B581BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581BF; }
p { color: rgb(181,129,191); }
H1.HeaderClassName
{
color: #B581BF;
}
.AnyTagClassName
{
color: #B581BF;
}
</style>
background-color css
<style>
a { background-color: #B581BF; }
a { background-color: rgb(181,129,191); }
div.DivClassName
{
background-color: #B581BF;
}
.BgClassName
{
background-color: #B581BF;
}
</style>
border-color css
<style>
span { border-color: #B581BF; }
span { border-color: rgb(181,129,191); }
td.TdClassName
{
border-color: #B581BF;
}
.TagClassName
{
border-color: #B581BF;
}
</style>