Shades of East Side #B681D6
Tints of East Side #B681D6
RGB
CMYK
RGB Variations
Color information
#B681D6 (or 0xB681D6) is known color: East Side. HEX triplet: B6, 81 and D6. RGB value is (182,129,214). Sum of RGB (Red+Green+Blue) = 182+129+214=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #B681D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681D6 is #497E29. Grayscale: #9A9A9A. Windows color (decimal): -4816426 or 14057910. OLE color: 14057910.
HSL color Cylindrical-coordinate representation of color #B681D6: hue angle of 277.41º 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 #B681D6 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 129 | 214 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.16 |
| HSL | 277.41º | 0.51% | 0.67% | - |
| HSV(B) | 277.41º | 0.4% | 0.84% | - |
| XYZ | 39.28 | 30.5 | 67.44 | - |
| YUV | 154.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 214 | 0.15 | 0.40 | 0 | 0.16 | 277.41 | 0.51 | 0.67 |
| Hex | B6 | 81 | D6 | F | 28 | 0 | 10 | 115 | 33 | 43 |
| Octal | 266 | 201 | 326 | 17 | 50 | 0 | 20 | 425 | 63 | 103 |
| Binary | 10110110 | 10000001 | 11010110 | 1111 | 101000 | 0 | 10000 | 100010101 | 110011 | 1000011 |
Color Harmonies of #B681D6
Complementary color
Monochromatic Colors of #B681D6
Black with #B681D6
Text Example
Text Example
White with #B681D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681D6; }
p { color: rgb(182,129,214); }
H1.HeaderClassName
{
color: #B681D6;
}
.AnyTagClassName
{
color: #B681D6;
}
</style>
background-color css
<style>
a { background-color: #B681D6; }
a { background-color: rgb(182,129,214); }
div.DivClassName
{
background-color: #B681D6;
}
.BgClassName
{
background-color: #B681D6;
}
</style>
border-color css
<style>
span { border-color: #B681D6; }
span { border-color: rgb(182,129,214); }
td.TdClassName
{
border-color: #B681D6;
}
.TagClassName
{
border-color: #B681D6;
}
</style>