Shades of East Side #B67ADB
Tints of East Side #B67ADB
RGB
CMYK
RGB Variations
Color information
#B67ADB (or 0xB67ADB) is known color: East Side. HEX triplet: B6, 7A and DB. RGB value is (182,122,219). Sum of RGB (Red+Green+Blue) = 182+122+219=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #B67ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ADB is #498524. Grayscale: #969696. Windows color (decimal): -4818213 or 14383798. OLE color: 14383798.
HSL color Cylindrical-coordinate representation of color #B67ADB: hue angle of 277.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67ADB is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 122 | 219 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.14 |
| HSL | 277.11º | 0.57% | 0.67% | - |
| HSV(B) | 277.11º | 0.44% | 0.86% | - |
| XYZ | 39.04 | 28.98 | 70.55 | - |
| YUV | 151 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 219 | 0.17 | 0.44 | 0 | 0.14 | 277.11 | 0.57 | 0.67 |
| Hex | B6 | 7A | DB | 11 | 2C | 0 | E | 115 | 39 | 43 |
| Octal | 266 | 172 | 333 | 21 | 54 | 0 | 16 | 425 | 71 | 103 |
| Binary | 10110110 | 1111010 | 11011011 | 10001 | 101100 | 0 | 1110 | 100010101 | 111001 | 1000011 |
Color Harmonies of #B67ADB
Complementary color
Monochromatic Colors of #B67ADB
Black with #B67ADB
Text Example
Text Example
White with #B67ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67ADB; }
p { color: rgb(182,122,219); }
H1.HeaderClassName
{
color: #B67ADB;
}
.AnyTagClassName
{
color: #B67ADB;
}
</style>
background-color css
<style>
a { background-color: #B67ADB; }
a { background-color: rgb(182,122,219); }
div.DivClassName
{
background-color: #B67ADB;
}
.BgClassName
{
background-color: #B67ADB;
}
</style>
border-color css
<style>
span { border-color: #B67ADB; }
span { border-color: rgb(182,122,219); }
td.TdClassName
{
border-color: #B67ADB;
}
.TagClassName
{
border-color: #B67ADB;
}
</style>