Shades of East Side #B67ACD
Tints of East Side #B67ACD
RGB
CMYK
RGB Variations
Color information
#B67ACD (or 0xB67ACD) is known color: East Side. HEX triplet: B6, 7A and CD. RGB value is (182,122,205). Sum of RGB (Red+Green+Blue) = 182+122+205=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B67ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ACD is #498532. Grayscale: #959595. Windows color (decimal): -4818227 or 13466294. OLE color: 13466294.
HSL color Cylindrical-coordinate representation of color #B67ACD: hue angle of 283.37º degrees, saturation: 0.45, 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 #B67ACD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 122 | 205 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.20 |
| HSL | 283.37º | 0.45% | 0.64% | - |
| HSV(B) | 283.37º | 0.4% | 0.8% | - |
| XYZ | 37.27 | 28.27 | 61.25 | - |
| YUV | 149.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 205 | 0.11 | 0.40 | 0 | 0.20 | 283.37 | 0.45 | 0.64 |
| Hex | B6 | 7A | CD | B | 28 | 0 | 14 | 11B | 2D | 40 |
| Octal | 266 | 172 | 315 | 13 | 50 | 0 | 24 | 433 | 55 | 100 |
| Binary | 10110110 | 1111010 | 11001101 | 1011 | 101000 | 0 | 10100 | 100011011 | 101101 | 1000000 |
Color Harmonies of #B67ACD
Complementary color
Monochromatic Colors of #B67ACD
Black with #B67ACD
Text Example
Text Example
White with #B67ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67ACD; }
p { color: rgb(182,122,205); }
H1.HeaderClassName
{
color: #B67ACD;
}
.AnyTagClassName
{
color: #B67ACD;
}
</style>
background-color css
<style>
a { background-color: #B67ACD; }
a { background-color: rgb(182,122,205); }
div.DivClassName
{
background-color: #B67ACD;
}
.BgClassName
{
background-color: #B67ACD;
}
</style>
border-color css
<style>
span { border-color: #B67ACD; }
span { border-color: rgb(182,122,205); }
td.TdClassName
{
border-color: #B67ACD;
}
.TagClassName
{
border-color: #B67ACD;
}
</style>