Shades of East Side #B67BBE
Tints of East Side #B67BBE
RGB
CMYK
RGB Variations
Color information
#B67BBE (or 0xB67BBE) is known color: East Side. HEX triplet: B6, 7B and BE. RGB value is (182,123,190). Sum of RGB (Red+Green+Blue) = 182+123+190=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #B67BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BBE is #498441. Grayscale: #949494. Windows color (decimal): -4817986 or 12483510. OLE color: 12483510.
HSL color Cylindrical-coordinate representation of color #B67BBE: hue angle of 292.84º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67BBE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 123 | 190 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.25 |
| HSL | 292.84º | 0.34% | 0.61% | - |
| HSV(B) | 292.84º | 0.35% | 0.75% | - |
| XYZ | 35.67 | 27.83 | 52.21 | - |
| YUV | 148.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 190 | 0.04 | 0.35 | 0 | 0.25 | 292.84 | 0.34 | 0.61 |
| Hex | B6 | 7B | BE | 4 | 23 | 0 | 19 | 125 | 22 | 3D |
| Octal | 266 | 173 | 276 | 4 | 43 | 0 | 31 | 445 | 42 | 75 |
| Binary | 10110110 | 1111011 | 10111110 | 100 | 100011 | 0 | 11001 | 100100101 | 100010 | 111101 |
Color Harmonies of #B67BBE
Complementary color
Monochromatic Colors of #B67BBE
Black with #B67BBE
Text Example
Text Example
White with #B67BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67BBE; }
p { color: rgb(182,123,190); }
H1.HeaderClassName
{
color: #B67BBE;
}
.AnyTagClassName
{
color: #B67BBE;
}
</style>
background-color css
<style>
a { background-color: #B67BBE; }
a { background-color: rgb(182,123,190); }
div.DivClassName
{
background-color: #B67BBE;
}
.BgClassName
{
background-color: #B67BBE;
}
</style>
border-color css
<style>
span { border-color: #B67BBE; }
span { border-color: rgb(182,123,190); }
td.TdClassName
{
border-color: #B67BBE;
}
.TagClassName
{
border-color: #B67BBE;
}
</style>