Shades of East Side #B581D3
Tints of East Side #B581D3
RGB
CMYK
RGB Variations
Color information
#B581D3 (or 0xB581D3) is known color: East Side. HEX triplet: B5, 81 and D3. RGB value is (181,129,211). Sum of RGB (Red+Green+Blue) = 181+129+211=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #B581D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581D3 is #4A7E2C. Grayscale: #999999. Windows color (decimal): -4881965 or 13861301. OLE color: 13861301.
HSL color Cylindrical-coordinate representation of color #B581D3: hue angle of 278.05º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B581D3 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 129 | 211 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.17 |
| HSL | 278.05º | 0.48% | 0.67% | - |
| HSV(B) | 278.05º | 0.39% | 0.83% | - |
| XYZ | 38.66 | 30.23 | 65.42 | - |
| YUV | 153.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 211 | 0.14 | 0.39 | 0 | 0.17 | 278.05 | 0.48 | 0.67 |
| Hex | B5 | 81 | D3 | E | 27 | 0 | 11 | 116 | 30 | 43 |
| Octal | 265 | 201 | 323 | 16 | 47 | 0 | 21 | 426 | 60 | 103 |
| Binary | 10110101 | 10000001 | 11010011 | 1110 | 100111 | 0 | 10001 | 100010110 | 110000 | 1000011 |
Color Harmonies of #B581D3
Complementary color
Monochromatic Colors of #B581D3
Black with #B581D3
Text Example
Text Example
White with #B581D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581D3; }
p { color: rgb(181,129,211); }
H1.HeaderClassName
{
color: #B581D3;
}
.AnyTagClassName
{
color: #B581D3;
}
</style>
background-color css
<style>
a { background-color: #B581D3; }
a { background-color: rgb(181,129,211); }
div.DivClassName
{
background-color: #B581D3;
}
.BgClassName
{
background-color: #B581D3;
}
</style>
border-color css
<style>
span { border-color: #B581D3; }
span { border-color: rgb(181,129,211); }
td.TdClassName
{
border-color: #B581D3;
}
.TagClassName
{
border-color: #B581D3;
}
</style>