Shades of East Side #B27ACC
Tints of East Side #B27ACC
RGB
CMYK
RGB Variations
Color information
#B27ACC (or 0xB27ACC) is known color: East Side. HEX triplet: B2, 7A and CC. RGB value is (178,122,204). Sum of RGB (Red+Green+Blue) = 178+122+204=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #B27ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ACC is #4D8533. Grayscale: #939393. Windows color (decimal): -5080372 or 13400754. OLE color: 13400754.
HSL color Cylindrical-coordinate representation of color #B27ACC: hue angle of 280.98º 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 #B27ACC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 122 | 204 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.2 |
| HSL | 280.98º | 0.45% | 0.64% | - |
| HSV(B) | 280.98º | 0.4% | 0.8% | - |
| XYZ | 36.22 | 27.74 | 60.57 | - |
| YUV | 148.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 204 | 0.13 | 0.40 | 0 | 0.2 | 280.98 | 0.45 | 0.64 |
| Hex | B2 | 7A | CC | D | 28 | 0 | 14 | 119 | 2D | 40 |
| Octal | 262 | 172 | 314 | 15 | 50 | 0 | 24 | 431 | 55 | 100 |
| Binary | 10110010 | 1111010 | 11001100 | 1101 | 101000 | 0 | 10100 | 100011001 | 101101 | 1000000 |
Color Harmonies of #B27ACC
Complementary color
Monochromatic Colors of #B27ACC
Black with #B27ACC
Text Example
Text Example
White with #B27ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27ACC; }
p { color: rgb(178,122,204); }
H1.HeaderClassName
{
color: #B27ACC;
}
.AnyTagClassName
{
color: #B27ACC;
}
</style>
background-color css
<style>
a { background-color: #B27ACC; }
a { background-color: rgb(178,122,204); }
div.DivClassName
{
background-color: #B27ACC;
}
.BgClassName
{
background-color: #B27ACC;
}
</style>
border-color css
<style>
span { border-color: #B27ACC; }
span { border-color: rgb(178,122,204); }
td.TdClassName
{
border-color: #B27ACC;
}
.TagClassName
{
border-color: #B27ACC;
}
</style>