Shades of East Side #B282D0
Tints of East Side #B282D0
RGB
CMYK
RGB Variations
Color information
#B282D0 (or 0xB282D0) is known color: East Side. HEX triplet: B2, 82 and D0. RGB value is (178,130,208). Sum of RGB (Red+Green+Blue) = 178+130+208=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #B282D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B282D0 is #4D7D2F. Grayscale: #989898. Windows color (decimal): -5078320 or 13664946. OLE color: 13664946.
HSL color Cylindrical-coordinate representation of color #B282D0: hue angle of 276.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B282D0 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 130 | 208 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.18 |
| HSL | 276.92º | 0.45% | 0.66% | - |
| HSV(B) | 276.92º | 0.38% | 0.82% | - |
| XYZ | 37.73 | 29.98 | 63.47 | - |
| YUV | 153.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 208 | 0.14 | 0.38 | 0 | 0.18 | 276.92 | 0.45 | 0.66 |
| Hex | B2 | 82 | D0 | E | 26 | 0 | 12 | 115 | 2D | 42 |
| Octal | 262 | 202 | 320 | 16 | 46 | 0 | 22 | 425 | 55 | 102 |
| Binary | 10110010 | 10000010 | 11010000 | 1110 | 100110 | 0 | 10010 | 100010101 | 101101 | 1000010 |
Color Harmonies of #B282D0
Complementary color
Monochromatic Colors of #B282D0
Black with #B282D0
Text Example
Text Example
White with #B282D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B282D0; }
p { color: rgb(178,130,208); }
H1.HeaderClassName
{
color: #B282D0;
}
.AnyTagClassName
{
color: #B282D0;
}
</style>
background-color css
<style>
a { background-color: #B282D0; }
a { background-color: rgb(178,130,208); }
div.DivClassName
{
background-color: #B282D0;
}
.BgClassName
{
background-color: #B282D0;
}
</style>
border-color css
<style>
span { border-color: #B282D0; }
span { border-color: rgb(178,130,208); }
td.TdClassName
{
border-color: #B282D0;
}
.TagClassName
{
border-color: #B282D0;
}
</style>