Shades of East Side #B67EC1
Tints of East Side #B67EC1
RGB
CMYK
RGB Variations
Color information
#B67EC1 (or 0xB67EC1) is known color: East Side. HEX triplet: B6, 7E and C1. RGB value is (182,126,193). Sum of RGB (Red+Green+Blue) = 182+126+193=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #B67EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EC1 is #49813E. Grayscale: #969696. Windows color (decimal): -4817215 or 12680886. OLE color: 12680886.
HSL color Cylindrical-coordinate representation of color #B67EC1: hue angle of 290.15º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67EC1 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 126 | 193 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.24 |
| HSL | 290.15º | 0.35% | 0.63% | - |
| HSV(B) | 290.15º | 0.35% | 0.76% | - |
| XYZ | 36.38 | 28.72 | 54.08 | - |
| YUV | 150.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 193 | 0.06 | 0.35 | 0 | 0.24 | 290.15 | 0.35 | 0.63 |
| Hex | B6 | 7E | C1 | 6 | 23 | 0 | 18 | 122 | 23 | 3F |
| Octal | 266 | 176 | 301 | 6 | 43 | 0 | 30 | 442 | 43 | 77 |
| Binary | 10110110 | 1111110 | 11000001 | 110 | 100011 | 0 | 11000 | 100100010 | 100011 | 111111 |
Color Harmonies of #B67EC1
Complementary color
Monochromatic Colors of #B67EC1
Black with #B67EC1
Text Example
Text Example
White with #B67EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67EC1; }
p { color: rgb(182,126,193); }
H1.HeaderClassName
{
color: #B67EC1;
}
.AnyTagClassName
{
color: #B67EC1;
}
</style>
background-color css
<style>
a { background-color: #B67EC1; }
a { background-color: rgb(182,126,193); }
div.DivClassName
{
background-color: #B67EC1;
}
.BgClassName
{
background-color: #B67EC1;
}
</style>
border-color css
<style>
span { border-color: #B67EC1; }
span { border-color: rgb(182,126,193); }
td.TdClassName
{
border-color: #B67EC1;
}
.TagClassName
{
border-color: #B67EC1;
}
</style>