Shades of East Side #B67BCE
Tints of East Side #B67BCE
RGB
CMYK
RGB Variations
Color information
#B67BCE (or 0xB67BCE) is known color: East Side. HEX triplet: B6, 7B and CE. RGB value is (182,123,206). Sum of RGB (Red+Green+Blue) = 182+123+206=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #B67BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BCE is #498431. Grayscale: #959595. Windows color (decimal): -4817970 or 13532086. OLE color: 13532086.
HSL color Cylindrical-coordinate representation of color #B67BCE: hue angle of 282.65º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B67BCE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 123 | 206 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.19 |
| HSL | 282.65º | 0.46% | 0.65% | - |
| HSV(B) | 282.65º | 0.4% | 0.81% | - |
| XYZ | 37.51 | 28.57 | 61.93 | - |
| YUV | 150.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 206 | 0.12 | 0.40 | 0 | 0.19 | 282.65 | 0.46 | 0.65 |
| Hex | B6 | 7B | CE | C | 28 | 0 | 13 | 11B | 2E | 41 |
| Octal | 266 | 173 | 316 | 14 | 50 | 0 | 23 | 433 | 56 | 101 |
| Binary | 10110110 | 1111011 | 11001110 | 1100 | 101000 | 0 | 10011 | 100011011 | 101110 | 1000001 |
Color Harmonies of #B67BCE
Complementary color
Monochromatic Colors of #B67BCE
Black with #B67BCE
Text Example
Text Example
White with #B67BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67BCE; }
p { color: rgb(182,123,206); }
H1.HeaderClassName
{
color: #B67BCE;
}
.AnyTagClassName
{
color: #B67BCE;
}
</style>
background-color css
<style>
a { background-color: #B67BCE; }
a { background-color: rgb(182,123,206); }
div.DivClassName
{
background-color: #B67BCE;
}
.BgClassName
{
background-color: #B67BCE;
}
</style>
border-color css
<style>
span { border-color: #B67BCE; }
span { border-color: rgb(182,123,206); }
td.TdClassName
{
border-color: #B67BCE;
}
.TagClassName
{
border-color: #B67BCE;
}
</style>