Shades of East Side #B68DCB
Tints of East Side #B68DCB
RGB
CMYK
RGB Variations
Color information
#B68DCB (or 0xB68DCB) is known color: East Side. HEX triplet: B6, 8D and CB. RGB value is (182,141,203). Sum of RGB (Red+Green+Blue) = 182+141+203=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #B68DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DCB is #497234. Grayscale: #A0A0A0. Windows color (decimal): -4813365 or 13340086. OLE color: 13340086.
HSL color Cylindrical-coordinate representation of color #B68DCB: hue angle of 279.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68DCB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 141 | 203 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.20 |
| HSL | 279.68º | 0.37% | 0.67% | - |
| HSV(B) | 279.68º | 0.31% | 0.8% | - |
| XYZ | 39.6 | 33.31 | 60.84 | - |
| YUV | 160.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 203 | 0.10 | 0.31 | 0 | 0.20 | 279.68 | 0.37 | 0.67 |
| Hex | B6 | 8D | CB | A | 1F | 0 | 14 | 118 | 25 | 43 |
| Octal | 266 | 215 | 313 | 12 | 37 | 0 | 24 | 430 | 45 | 103 |
| Binary | 10110110 | 10001101 | 11001011 | 1010 | 11111 | 0 | 10100 | 100011000 | 100101 | 1000011 |
Color Harmonies of #B68DCB
Complementary color
Monochromatic Colors of #B68DCB
Black with #B68DCB
Text Example
Text Example
White with #B68DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DCB; }
p { color: rgb(182,141,203); }
H1.HeaderClassName
{
color: #B68DCB;
}
.AnyTagClassName
{
color: #B68DCB;
}
</style>
background-color css
<style>
a { background-color: #B68DCB; }
a { background-color: rgb(182,141,203); }
div.DivClassName
{
background-color: #B68DCB;
}
.BgClassName
{
background-color: #B68DCB;
}
</style>
border-color css
<style>
span { border-color: #B68DCB; }
span { border-color: rgb(182,141,203); }
td.TdClassName
{
border-color: #B68DCB;
}
.TagClassName
{
border-color: #B68DCB;
}
</style>