Shades of East Side #B67CCC
Tints of East Side #B67CCC
RGB
CMYK
RGB Variations
Color information
#B67CCC (or 0xB67CCC) is known color: East Side. HEX triplet: B6, 7C and CC. RGB value is (182,124,204). Sum of RGB (Red+Green+Blue) = 182+124+204=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #B67CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CCC is #498333. Grayscale: #969696. Windows color (decimal): -4817716 or 13401270. OLE color: 13401270.
HSL color Cylindrical-coordinate representation of color #B67CCC: hue angle of 283.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B67CCC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 124 | 204 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.2 |
| HSL | 283.5º | 0.44% | 0.64% | - |
| HSV(B) | 283.5º | 0.39% | 0.8% | - |
| XYZ | 37.4 | 28.72 | 60.7 | - |
| YUV | 150.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 204 | 0.11 | 0.39 | 0 | 0.2 | 283.5 | 0.44 | 0.64 |
| Hex | B6 | 7C | CC | B | 27 | 0 | 14 | 11C | 2C | 40 |
| Octal | 266 | 174 | 314 | 13 | 47 | 0 | 24 | 434 | 54 | 100 |
| Binary | 10110110 | 1111100 | 11001100 | 1011 | 100111 | 0 | 10100 | 100011100 | 101100 | 1000000 |
Color Harmonies of #B67CCC
Complementary color
Monochromatic Colors of #B67CCC
Black with #B67CCC
Text Example
Text Example
White with #B67CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CCC; }
p { color: rgb(182,124,204); }
H1.HeaderClassName
{
color: #B67CCC;
}
.AnyTagClassName
{
color: #B67CCC;
}
</style>
background-color css
<style>
a { background-color: #B67CCC; }
a { background-color: rgb(182,124,204); }
div.DivClassName
{
background-color: #B67CCC;
}
.BgClassName
{
background-color: #B67CCC;
}
</style>
border-color css
<style>
span { border-color: #B67CCC; }
span { border-color: rgb(182,124,204); }
td.TdClassName
{
border-color: #B67CCC;
}
.TagClassName
{
border-color: #B67CCC;
}
</style>