Shades of East Side #B67FC0
Tints of East Side #B67FC0
RGB
CMYK
RGB Variations
Color information
#B67FC0 (or 0xB67FC0) is known color: East Side. HEX triplet: B6, 7F and C0. RGB value is (182,127,192). Sum of RGB (Red+Green+Blue) = 182+127+192=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #B67FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FC0 is #49803F. Grayscale: #969696. Windows color (decimal): -4816960 or 12615606. OLE color: 12615606.
HSL color Cylindrical-coordinate representation of color #B67FC0: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67FC0 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 127 | 192 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.25 |
| HSL | 290.77º | 0.34% | 0.63% | - |
| HSV(B) | 290.77º | 0.34% | 0.75% | - |
| XYZ | 36.4 | 28.93 | 53.53 | - |
| YUV | 150.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 192 | 0.05 | 0.34 | 0 | 0.25 | 290.77 | 0.34 | 0.63 |
| Hex | B6 | 7F | C0 | 5 | 22 | 0 | 19 | 123 | 22 | 3F |
| Octal | 266 | 177 | 300 | 5 | 42 | 0 | 31 | 443 | 42 | 77 |
| Binary | 10110110 | 1111111 | 11000000 | 101 | 100010 | 0 | 11001 | 100100011 | 100010 | 111111 |
Color Harmonies of #B67FC0
Complementary color
Monochromatic Colors of #B67FC0
Black with #B67FC0
Text Example
Text Example
White with #B67FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67FC0; }
p { color: rgb(182,127,192); }
H1.HeaderClassName
{
color: #B67FC0;
}
.AnyTagClassName
{
color: #B67FC0;
}
</style>
background-color css
<style>
a { background-color: #B67FC0; }
a { background-color: rgb(182,127,192); }
div.DivClassName
{
background-color: #B67FC0;
}
.BgClassName
{
background-color: #B67FC0;
}
</style>
border-color css
<style>
span { border-color: #B67FC0; }
span { border-color: rgb(182,127,192); }
td.TdClassName
{
border-color: #B67FC0;
}
.TagClassName
{
border-color: #B67FC0;
}
</style>