Shades of East Side #B583D0
Tints of East Side #B583D0
RGB
CMYK
RGB Variations
Color information
#B583D0 (or 0xB583D0) is known color: East Side. HEX triplet: B5, 83 and D0. RGB value is (181,131,208). Sum of RGB (Red+Green+Blue) = 181+131+208=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #B583D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583D0 is #4A7C2F. Grayscale: #9A9A9A. Windows color (decimal): -4881456 or 13665205. OLE color: 13665205.
HSL color Cylindrical-coordinate representation of color #B583D0: hue angle of 278.96º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B583D0 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 131 | 208 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.18 |
| HSL | 278.96º | 0.45% | 0.66% | - |
| HSV(B) | 278.96º | 0.37% | 0.82% | - |
| XYZ | 38.56 | 30.61 | 63.55 | - |
| YUV | 154.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 208 | 0.13 | 0.37 | 0 | 0.18 | 278.96 | 0.45 | 0.66 |
| Hex | B5 | 83 | D0 | D | 25 | 0 | 12 | 117 | 2D | 42 |
| Octal | 265 | 203 | 320 | 15 | 45 | 0 | 22 | 427 | 55 | 102 |
| Binary | 10110101 | 10000011 | 11010000 | 1101 | 100101 | 0 | 10010 | 100010111 | 101101 | 1000010 |
Color Harmonies of #B583D0
Complementary color
Monochromatic Colors of #B583D0
Black with #B583D0
Text Example
Text Example
White with #B583D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B583D0; }
p { color: rgb(181,131,208); }
H1.HeaderClassName
{
color: #B583D0;
}
.AnyTagClassName
{
color: #B583D0;
}
</style>
background-color css
<style>
a { background-color: #B583D0; }
a { background-color: rgb(181,131,208); }
div.DivClassName
{
background-color: #B583D0;
}
.BgClassName
{
background-color: #B583D0;
}
</style>
border-color css
<style>
span { border-color: #B583D0; }
span { border-color: rgb(181,131,208); }
td.TdClassName
{
border-color: #B583D0;
}
.TagClassName
{
border-color: #B583D0;
}
</style>