Shades of East Side #B67EC4
Tints of East Side #B67EC4
RGB
CMYK
RGB Variations
Color information
#B67EC4 (or 0xB67EC4) is known color: East Side. HEX triplet: B6, 7E and C4. RGB value is (182,126,196). Sum of RGB (Red+Green+Blue) = 182+126+196=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #B67EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EC4 is #49813B. Grayscale: #969696. Windows color (decimal): -4817212 or 12877494. OLE color: 12877494.
HSL color Cylindrical-coordinate representation of color #B67EC4: hue angle of 288º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67EC4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 126 | 196 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.23 |
| HSL | 288º | 0.37% | 0.63% | - |
| HSV(B) | 288º | 0.36% | 0.77% | - |
| XYZ | 36.72 | 28.85 | 55.86 | - |
| YUV | 150.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 196 | 0.07 | 0.36 | 0 | 0.23 | 288 | 0.37 | 0.63 |
| Hex | B6 | 7E | C4 | 7 | 24 | 0 | 17 | 120 | 25 | 3F |
| Octal | 266 | 176 | 304 | 7 | 44 | 0 | 27 | 440 | 45 | 77 |
| Binary | 10110110 | 1111110 | 11000100 | 111 | 100100 | 0 | 10111 | 100100000 | 100101 | 111111 |
Color Harmonies of #B67EC4
Complementary color
Monochromatic Colors of #B67EC4
Black with #B67EC4
Text Example
Text Example
White with #B67EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67EC4; }
p { color: rgb(182,126,196); }
H1.HeaderClassName
{
color: #B67EC4;
}
.AnyTagClassName
{
color: #B67EC4;
}
</style>
background-color css
<style>
a { background-color: #B67EC4; }
a { background-color: rgb(182,126,196); }
div.DivClassName
{
background-color: #B67EC4;
}
.BgClassName
{
background-color: #B67EC4;
}
</style>
border-color css
<style>
span { border-color: #B67EC4; }
span { border-color: rgb(182,126,196); }
td.TdClassName
{
border-color: #B67EC4;
}
.TagClassName
{
border-color: #B67EC4;
}
</style>