Shades of East Side #B681CE
Tints of East Side #B681CE
RGB
CMYK
RGB Variations
Color information
#B681CE (or 0xB681CE) is known color: East Side. HEX triplet: B6, 81 and CE. RGB value is (182,129,206). Sum of RGB (Red+Green+Blue) = 182+129+206=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #B681CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681CE is #497E31. Grayscale: #999999. Windows color (decimal): -4816434 or 13533622. OLE color: 13533622.
HSL color Cylindrical-coordinate representation of color #B681CE: hue angle of 281.3º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B681CE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 129 | 206 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.19 |
| HSL | 281.3º | 0.44% | 0.66% | - |
| HSV(B) | 281.3º | 0.37% | 0.81% | - |
| XYZ | 38.28 | 30.1 | 62.19 | - |
| YUV | 153.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 206 | 0.12 | 0.37 | 0 | 0.19 | 281.3 | 0.44 | 0.66 |
| Hex | B6 | 81 | CE | C | 25 | 0 | 13 | 119 | 2C | 42 |
| Octal | 266 | 201 | 316 | 14 | 45 | 0 | 23 | 431 | 54 | 102 |
| Binary | 10110110 | 10000001 | 11001110 | 1100 | 100101 | 0 | 10011 | 100011001 | 101100 | 1000010 |
Color Harmonies of #B681CE
Complementary color
Monochromatic Colors of #B681CE
Black with #B681CE
Text Example
Text Example
White with #B681CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681CE; }
p { color: rgb(182,129,206); }
H1.HeaderClassName
{
color: #B681CE;
}
.AnyTagClassName
{
color: #B681CE;
}
</style>
background-color css
<style>
a { background-color: #B681CE; }
a { background-color: rgb(182,129,206); }
div.DivClassName
{
background-color: #B681CE;
}
.BgClassName
{
background-color: #B681CE;
}
</style>
border-color css
<style>
span { border-color: #B681CE; }
span { border-color: rgb(182,129,206); }
td.TdClassName
{
border-color: #B681CE;
}
.TagClassName
{
border-color: #B681CE;
}
</style>