Shades of East Side #B67CCD
Tints of East Side #B67CCD
RGB
CMYK
RGB Variations
Color information
#B67CCD (or 0xB67CCD) is known color: East Side. HEX triplet: B6, 7C and CD. RGB value is (182,124,205). Sum of RGB (Red+Green+Blue) = 182+124+205=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B67CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CCD is #498332. Grayscale: #969696. Windows color (decimal): -4817715 or 13466806. OLE color: 13466806.
HSL color Cylindrical-coordinate representation of color #B67CCD: hue angle of 282.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B67CCD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 124 | 205 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.20 |
| HSL | 282.96º | 0.45% | 0.65% | - |
| HSV(B) | 282.96º | 0.4% | 0.8% | - |
| XYZ | 37.52 | 28.77 | 61.33 | - |
| YUV | 150.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 205 | 0.11 | 0.40 | 0 | 0.20 | 282.96 | 0.45 | 0.65 |
| Hex | B6 | 7C | CD | B | 28 | 0 | 14 | 11B | 2D | 41 |
| Octal | 266 | 174 | 315 | 13 | 50 | 0 | 24 | 433 | 55 | 101 |
| Binary | 10110110 | 1111100 | 11001101 | 1011 | 101000 | 0 | 10100 | 100011011 | 101101 | 1000001 |
Color Harmonies of #B67CCD
Complementary color
Monochromatic Colors of #B67CCD
Black with #B67CCD
Text Example
Text Example
White with #B67CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CCD; }
p { color: rgb(182,124,205); }
H1.HeaderClassName
{
color: #B67CCD;
}
.AnyTagClassName
{
color: #B67CCD;
}
</style>
background-color css
<style>
a { background-color: #B67CCD; }
a { background-color: rgb(182,124,205); }
div.DivClassName
{
background-color: #B67CCD;
}
.BgClassName
{
background-color: #B67CCD;
}
</style>
border-color css
<style>
span { border-color: #B67CCD; }
span { border-color: rgb(182,124,205); }
td.TdClassName
{
border-color: #B67CCD;
}
.TagClassName
{
border-color: #B67CCD;
}
</style>