Shades of East Side #B581C5
Tints of East Side #B581C5
RGB
CMYK
RGB Variations
Color information
#B581C5 (or 0xB581C5) is known color: East Side. HEX triplet: B5, 81 and C5. RGB value is (181,129,197). Sum of RGB (Red+Green+Blue) = 181+129+197=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #B581C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581C5 is #4A7E3A. Grayscale: #989898. Windows color (decimal): -4881979 or 12943797. OLE color: 12943797.
HSL color Cylindrical-coordinate representation of color #B581C5: hue angle of 285.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B581C5 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 129 | 197 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.23 |
| HSL | 285.88º | 0.37% | 0.64% | - |
| HSV(B) | 285.88º | 0.35% | 0.77% | - |
| XYZ | 36.98 | 29.56 | 56.58 | - |
| YUV | 152.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 197 | 0.08 | 0.35 | 0 | 0.23 | 285.88 | 0.37 | 0.64 |
| Hex | B5 | 81 | C5 | 8 | 23 | 0 | 17 | 11E | 25 | 40 |
| Octal | 265 | 201 | 305 | 10 | 43 | 0 | 27 | 436 | 45 | 100 |
| Binary | 10110101 | 10000001 | 11000101 | 1000 | 100011 | 0 | 10111 | 100011110 | 100101 | 1000000 |
Color Harmonies of #B581C5
Complementary color
Monochromatic Colors of #B581C5
Black with #B581C5
Text Example
Text Example
White with #B581C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581C5; }
p { color: rgb(181,129,197); }
H1.HeaderClassName
{
color: #B581C5;
}
.AnyTagClassName
{
color: #B581C5;
}
</style>
background-color css
<style>
a { background-color: #B581C5; }
a { background-color: rgb(181,129,197); }
div.DivClassName
{
background-color: #B581C5;
}
.BgClassName
{
background-color: #B581C5;
}
</style>
border-color css
<style>
span { border-color: #B581C5; }
span { border-color: rgb(181,129,197); }
td.TdClassName
{
border-color: #B581C5;
}
.TagClassName
{
border-color: #B581C5;
}
</style>