Shades of East Side #B68BBE
Tints of East Side #B68BBE
RGB
CMYK
RGB Variations
Color information
#B68BBE (or 0xB68BBE) is known color: East Side. HEX triplet: B6, 8B and BE. RGB value is (182,139,190). Sum of RGB (Red+Green+Blue) = 182+139+190=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #B68BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BBE is #497441. Grayscale: #9D9D9D. Windows color (decimal): -4813890 or 12487606. OLE color: 12487606.
HSL color Cylindrical-coordinate representation of color #B68BBE: hue angle of 290.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68BBE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 139 | 190 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.25 |
| HSL | 290.59º | 0.28% | 0.65% | - |
| HSV(B) | 290.59º | 0.27% | 0.75% | - |
| XYZ | 37.82 | 32.13 | 52.92 | - |
| YUV | 157.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 190 | 0.04 | 0.27 | 0 | 0.25 | 290.59 | 0.28 | 0.65 |
| Hex | B6 | 8B | BE | 4 | 1B | 0 | 19 | 123 | 1C | 41 |
| Octal | 266 | 213 | 276 | 4 | 33 | 0 | 31 | 443 | 34 | 101 |
| Binary | 10110110 | 10001011 | 10111110 | 100 | 11011 | 0 | 11001 | 100100011 | 11100 | 1000001 |
Color Harmonies of #B68BBE
Complementary color
Monochromatic Colors of #B68BBE
Black with #B68BBE
Text Example
Text Example
White with #B68BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BBE; }
p { color: rgb(182,139,190); }
H1.HeaderClassName
{
color: #B68BBE;
}
.AnyTagClassName
{
color: #B68BBE;
}
</style>
background-color css
<style>
a { background-color: #B68BBE; }
a { background-color: rgb(182,139,190); }
div.DivClassName
{
background-color: #B68BBE;
}
.BgClassName
{
background-color: #B68BBE;
}
</style>
border-color css
<style>
span { border-color: #B68BBE; }
span { border-color: rgb(182,139,190); }
td.TdClassName
{
border-color: #B68BBE;
}
.TagClassName
{
border-color: #B68BBE;
}
</style>