Shades of East Side #B281D6
Tints of East Side #B281D6
RGB
CMYK
RGB Variations
Color information
#B281D6 (or 0xB281D6) is known color: East Side. HEX triplet: B2, 81 and D6. RGB value is (178,129,214). Sum of RGB (Red+Green+Blue) = 178+129+214=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #B281D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281D6 is #4D7E29. Grayscale: #999999. Windows color (decimal): -5078570 or 14057906. OLE color: 14057906.
HSL color Cylindrical-coordinate representation of color #B281D6: hue angle of 274.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B281D6 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 129 | 214 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.16 |
| HSL | 274.59º | 0.51% | 0.67% | - |
| HSV(B) | 274.59º | 0.4% | 0.84% | - |
| XYZ | 38.35 | 30.02 | 67.39 | - |
| YUV | 153.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 214 | 0.17 | 0.40 | 0 | 0.16 | 274.59 | 0.51 | 0.67 |
| Hex | B2 | 81 | D6 | 11 | 28 | 0 | 10 | 113 | 33 | 43 |
| Octal | 262 | 201 | 326 | 21 | 50 | 0 | 20 | 423 | 63 | 103 |
| Binary | 10110010 | 10000001 | 11010110 | 10001 | 101000 | 0 | 10000 | 100010011 | 110011 | 1000011 |
Color Harmonies of #B281D6
Complementary color
Monochromatic Colors of #B281D6
Black with #B281D6
Text Example
Text Example
White with #B281D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281D6; }
p { color: rgb(178,129,214); }
H1.HeaderClassName
{
color: #B281D6;
}
.AnyTagClassName
{
color: #B281D6;
}
</style>
background-color css
<style>
a { background-color: #B281D6; }
a { background-color: rgb(178,129,214); }
div.DivClassName
{
background-color: #B281D6;
}
.BgClassName
{
background-color: #B281D6;
}
</style>
border-color css
<style>
span { border-color: #B281D6; }
span { border-color: rgb(178,129,214); }
td.TdClassName
{
border-color: #B281D6;
}
.TagClassName
{
border-color: #B281D6;
}
</style>