Shades of East Side #B68AC2
Tints of East Side #B68AC2
RGB
CMYK
RGB Variations
Color information
#B68AC2 (or 0xB68AC2) is known color: East Side. HEX triplet: B6, 8A and C2. RGB value is (182,138,194). Sum of RGB (Red+Green+Blue) = 182+138+194=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #B68AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AC2 is #49753D. Grayscale: #9D9D9D. Windows color (decimal): -4814142 or 12749494. OLE color: 12749494.
HSL color Cylindrical-coordinate representation of color #B68AC2: hue angle of 287.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68AC2 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 138 | 194 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.24 |
| HSL | 287.14º | 0.31% | 0.65% | - |
| HSV(B) | 287.14º | 0.29% | 0.76% | - |
| XYZ | 38.12 | 32.02 | 55.21 | - |
| YUV | 157.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 194 | 0.06 | 0.29 | 0 | 0.24 | 287.14 | 0.31 | 0.65 |
| Hex | B6 | 8A | C2 | 6 | 1D | 0 | 18 | 11F | 1F | 41 |
| Octal | 266 | 212 | 302 | 6 | 35 | 0 | 30 | 437 | 37 | 101 |
| Binary | 10110110 | 10001010 | 11000010 | 110 | 11101 | 0 | 11000 | 100011111 | 11111 | 1000001 |
Color Harmonies of #B68AC2
Complementary color
Monochromatic Colors of #B68AC2
Black with #B68AC2
Text Example
Text Example
White with #B68AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AC2; }
p { color: rgb(182,138,194); }
H1.HeaderClassName
{
color: #B68AC2;
}
.AnyTagClassName
{
color: #B68AC2;
}
</style>
background-color css
<style>
a { background-color: #B68AC2; }
a { background-color: rgb(182,138,194); }
div.DivClassName
{
background-color: #B68AC2;
}
.BgClassName
{
background-color: #B68AC2;
}
</style>
border-color css
<style>
span { border-color: #B68AC2; }
span { border-color: rgb(182,138,194); }
td.TdClassName
{
border-color: #B68AC2;
}
.TagClassName
{
border-color: #B68AC2;
}
</style>