Shades of East Side #B584D0
Tints of East Side #B584D0
RGB
CMYK
RGB Variations
Color information
#B584D0 (or 0xB584D0) is known color: East Side. HEX triplet: B5, 84 and D0. RGB value is (181,132,208). Sum of RGB (Red+Green+Blue) = 181+132+208=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #B584D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584D0 is #4A7B2F. Grayscale: #9B9B9B. Windows color (decimal): -4881200 or 13665461. OLE color: 13665461.
HSL color Cylindrical-coordinate representation of color #B584D0: hue angle of 278.68º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B584D0 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 132 | 208 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.18 |
| HSL | 278.68º | 0.45% | 0.67% | - |
| HSV(B) | 278.68º | 0.37% | 0.82% | - |
| XYZ | 38.69 | 30.88 | 63.6 | - |
| YUV | 155.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 208 | 0.13 | 0.37 | 0 | 0.18 | 278.68 | 0.45 | 0.67 |
| Hex | B5 | 84 | D0 | D | 25 | 0 | 12 | 117 | 2D | 43 |
| Octal | 265 | 204 | 320 | 15 | 45 | 0 | 22 | 427 | 55 | 103 |
| Binary | 10110101 | 10000100 | 11010000 | 1101 | 100101 | 0 | 10010 | 100010111 | 101101 | 1000011 |
Color Harmonies of #B584D0
Complementary color
Monochromatic Colors of #B584D0
Black with #B584D0
Text Example
Text Example
White with #B584D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584D0; }
p { color: rgb(181,132,208); }
H1.HeaderClassName
{
color: #B584D0;
}
.AnyTagClassName
{
color: #B584D0;
}
</style>
background-color css
<style>
a { background-color: #B584D0; }
a { background-color: rgb(181,132,208); }
div.DivClassName
{
background-color: #B584D0;
}
.BgClassName
{
background-color: #B584D0;
}
</style>
border-color css
<style>
span { border-color: #B584D0; }
span { border-color: rgb(181,132,208); }
td.TdClassName
{
border-color: #B584D0;
}
.TagClassName
{
border-color: #B584D0;
}
</style>