Shades of East Side #B67BCC
Tints of East Side #B67BCC
RGB
CMYK
RGB Variations
Color information
#B67BCC (or 0xB67BCC) is known color: East Side. HEX triplet: B6, 7B and CC. RGB value is (182,123,204). Sum of RGB (Red+Green+Blue) = 182+123+204=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #B67BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BCC is #498433. Grayscale: #959595. Windows color (decimal): -4817972 or 13401014. OLE color: 13401014.
HSL color Cylindrical-coordinate representation of color #B67BCC: hue angle of 283.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B67BCC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 123 | 204 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.2 |
| HSL | 283.7º | 0.44% | 0.64% | - |
| HSV(B) | 283.7º | 0.4% | 0.8% | - |
| XYZ | 37.27 | 28.47 | 60.66 | - |
| YUV | 149.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 204 | 0.11 | 0.40 | 0 | 0.2 | 283.7 | 0.44 | 0.64 |
| Hex | B6 | 7B | CC | B | 28 | 0 | 14 | 11C | 2C | 40 |
| Octal | 266 | 173 | 314 | 13 | 50 | 0 | 24 | 434 | 54 | 100 |
| Binary | 10110110 | 1111011 | 11001100 | 1011 | 101000 | 0 | 10100 | 100011100 | 101100 | 1000000 |
Color Harmonies of #B67BCC
Complementary color
Monochromatic Colors of #B67BCC
Black with #B67BCC
Text Example
Text Example
White with #B67BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67BCC; }
p { color: rgb(182,123,204); }
H1.HeaderClassName
{
color: #B67BCC;
}
.AnyTagClassName
{
color: #B67BCC;
}
</style>
background-color css
<style>
a { background-color: #B67BCC; }
a { background-color: rgb(182,123,204); }
div.DivClassName
{
background-color: #B67BCC;
}
.BgClassName
{
background-color: #B67BCC;
}
</style>
border-color css
<style>
span { border-color: #B67BCC; }
span { border-color: rgb(182,123,204); }
td.TdClassName
{
border-color: #B67BCC;
}
.TagClassName
{
border-color: #B67BCC;
}
</style>