Shades of East Side #B681D1
Tints of East Side #B681D1
RGB
CMYK
RGB Variations
Color information
#B681D1 (or 0xB681D1) is known color: East Side. HEX triplet: B6, 81 and D1. RGB value is (182,129,209). Sum of RGB (Red+Green+Blue) = 182+129+209=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #B681D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681D1 is #497E2E. Grayscale: #999999. Windows color (decimal): -4816431 or 13730230. OLE color: 13730230.
HSL color Cylindrical-coordinate representation of color #B681D1: hue angle of 279.75º degrees, saturation: 0.47, 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 #B681D1 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 129 | 209 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.18 |
| HSL | 279.75º | 0.47% | 0.66% | - |
| HSV(B) | 279.75º | 0.38% | 0.82% | - |
| XYZ | 38.65 | 30.25 | 64.12 | - |
| YUV | 153.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 209 | 0.13 | 0.38 | 0 | 0.18 | 279.75 | 0.47 | 0.66 |
| Hex | B6 | 81 | D1 | D | 26 | 0 | 12 | 118 | 2F | 42 |
| Octal | 266 | 201 | 321 | 15 | 46 | 0 | 22 | 430 | 57 | 102 |
| Binary | 10110110 | 10000001 | 11010001 | 1101 | 100110 | 0 | 10010 | 100011000 | 101111 | 1000010 |
Color Harmonies of #B681D1
Complementary color
Monochromatic Colors of #B681D1
Black with #B681D1
Text Example
Text Example
White with #B681D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681D1; }
p { color: rgb(182,129,209); }
H1.HeaderClassName
{
color: #B681D1;
}
.AnyTagClassName
{
color: #B681D1;
}
</style>
background-color css
<style>
a { background-color: #B681D1; }
a { background-color: rgb(182,129,209); }
div.DivClassName
{
background-color: #B681D1;
}
.BgClassName
{
background-color: #B681D1;
}
</style>
border-color css
<style>
span { border-color: #B681D1; }
span { border-color: rgb(182,129,209); }
td.TdClassName
{
border-color: #B681D1;
}
.TagClassName
{
border-color: #B681D1;
}
</style>