Shades of East Side #B580CF
Tints of East Side #B580CF
RGB
CMYK
RGB Variations
Color information
#B580CF (or 0xB580CF) is known color: East Side. HEX triplet: B5, 80 and CF. RGB value is (181,128,207). Sum of RGB (Red+Green+Blue) = 181+128+207=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #B580CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580CF is #4A7F30. Grayscale: #989898. Windows color (decimal): -4882225 or 13598901. OLE color: 13598901.
HSL color Cylindrical-coordinate representation of color #B580CF: hue angle of 280.25º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B580CF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 128 | 207 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.19 |
| HSL | 280.25º | 0.45% | 0.66% | - |
| HSV(B) | 280.25º | 0.38% | 0.81% | - |
| XYZ | 38.04 | 29.77 | 62.77 | - |
| YUV | 152.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 207 | 0.13 | 0.38 | 0 | 0.19 | 280.25 | 0.45 | 0.66 |
| Hex | B5 | 80 | CF | D | 26 | 0 | 13 | 118 | 2D | 42 |
| Octal | 265 | 200 | 317 | 15 | 46 | 0 | 23 | 430 | 55 | 102 |
| Binary | 10110101 | 10000000 | 11001111 | 1101 | 100110 | 0 | 10011 | 100011000 | 101101 | 1000010 |
Color Harmonies of #B580CF
Complementary color
Monochromatic Colors of #B580CF
Black with #B580CF
Text Example
Text Example
White with #B580CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580CF; }
p { color: rgb(181,128,207); }
H1.HeaderClassName
{
color: #B580CF;
}
.AnyTagClassName
{
color: #B580CF;
}
</style>
background-color css
<style>
a { background-color: #B580CF; }
a { background-color: rgb(181,128,207); }
div.DivClassName
{
background-color: #B580CF;
}
.BgClassName
{
background-color: #B580CF;
}
</style>
border-color css
<style>
span { border-color: #B580CF; }
span { border-color: rgb(181,128,207); }
td.TdClassName
{
border-color: #B580CF;
}
.TagClassName
{
border-color: #B580CF;
}
</style>