Shades of East Side #B67CBC
Tints of East Side #B67CBC
RGB
CMYK
RGB Variations
Color information
#B67CBC (or 0xB67CBC) is known color: East Side. HEX triplet: B6, 7C and BC. RGB value is (182,124,188). Sum of RGB (Red+Green+Blue) = 182+124+188=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #B67CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CBC is #498343. Grayscale: #949494. Windows color (decimal): -4817732 or 12352694. OLE color: 12352694.
HSL color Cylindrical-coordinate representation of color #B67CBC: hue angle of 294.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67CBC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 124 | 188 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.26 |
| HSL | 294.38º | 0.32% | 0.61% | - |
| HSV(B) | 294.38º | 0.34% | 0.74% | - |
| XYZ | 35.58 | 27.99 | 51.1 | - |
| YUV | 148.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 188 | 0.03 | 0.34 | 0 | 0.26 | 294.38 | 0.32 | 0.61 |
| Hex | B6 | 7C | BC | 3 | 22 | 0 | 1A | 126 | 20 | 3D |
| Octal | 266 | 174 | 274 | 3 | 42 | 0 | 32 | 446 | 40 | 75 |
| Binary | 10110110 | 1111100 | 10111100 | 11 | 100010 | 0 | 11010 | 100100110 | 100000 | 111101 |
Color Harmonies of #B67CBC
Complementary color
Monochromatic Colors of #B67CBC
Black with #B67CBC
Text Example
Text Example
White with #B67CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CBC; }
p { color: rgb(182,124,188); }
H1.HeaderClassName
{
color: #B67CBC;
}
.AnyTagClassName
{
color: #B67CBC;
}
</style>
background-color css
<style>
a { background-color: #B67CBC; }
a { background-color: rgb(182,124,188); }
div.DivClassName
{
background-color: #B67CBC;
}
.BgClassName
{
background-color: #B67CBC;
}
</style>
border-color css
<style>
span { border-color: #B67CBC; }
span { border-color: rgb(182,124,188); }
td.TdClassName
{
border-color: #B67CBC;
}
.TagClassName
{
border-color: #B67CBC;
}
</style>