Shades of East Side #B67EC2
Tints of East Side #B67EC2
RGB
CMYK
RGB Variations
Color information
#B67EC2 (or 0xB67EC2) is known color: East Side. HEX triplet: B6, 7E and C2. RGB value is (182,126,194). Sum of RGB (Red+Green+Blue) = 182+126+194=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #B67EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EC2 is #49813D. Grayscale: #969696. Windows color (decimal): -4817214 or 12746422. OLE color: 12746422.
HSL color Cylindrical-coordinate representation of color #B67EC2: hue angle of 289.41º degrees, saturation: 0.36, 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 #B67EC2 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 126 | 194 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.24 |
| HSL | 289.41º | 0.36% | 0.63% | - |
| HSV(B) | 289.41º | 0.35% | 0.76% | - |
| XYZ | 36.49 | 28.76 | 54.67 | - |
| YUV | 150.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 194 | 0.06 | 0.35 | 0 | 0.24 | 289.41 | 0.36 | 0.63 |
| Hex | B6 | 7E | C2 | 6 | 23 | 0 | 18 | 121 | 24 | 3F |
| Octal | 266 | 176 | 302 | 6 | 43 | 0 | 30 | 441 | 44 | 77 |
| Binary | 10110110 | 1111110 | 11000010 | 110 | 100011 | 0 | 11000 | 100100001 | 100100 | 111111 |
Color Harmonies of #B67EC2
Complementary color
Monochromatic Colors of #B67EC2
Black with #B67EC2
Text Example
Text Example
White with #B67EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67EC2; }
p { color: rgb(182,126,194); }
H1.HeaderClassName
{
color: #B67EC2;
}
.AnyTagClassName
{
color: #B67EC2;
}
</style>
background-color css
<style>
a { background-color: #B67EC2; }
a { background-color: rgb(182,126,194); }
div.DivClassName
{
background-color: #B67EC2;
}
.BgClassName
{
background-color: #B67EC2;
}
</style>
border-color css
<style>
span { border-color: #B67EC2; }
span { border-color: rgb(182,126,194); }
td.TdClassName
{
border-color: #B67EC2;
}
.TagClassName
{
border-color: #B67EC2;
}
</style>