Shades of East Side #B272C0
Tints of East Side #B272C0
RGB
CMYK
RGB Variations
Color information
#B272C0 (or 0xB272C0) is known color: East Side. HEX triplet: B2, 72 and C0. RGB value is (178,114,192). Sum of RGB (Red+Green+Blue) = 178+114+192=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #B272C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272C0 is #4D8D3F. Grayscale: #8D8D8D. Windows color (decimal): -5082432 or 12612274. OLE color: 12612274.
HSL color Cylindrical-coordinate representation of color #B272C0: hue angle of 289.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B272C0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 114 | 192 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.25 |
| HSL | 289.23º | 0.38% | 0.6% | - |
| HSV(B) | 289.23º | 0.41% | 0.75% | - |
| XYZ | 33.89 | 25.31 | 52.97 | - |
| YUV | 142.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 192 | 0.07 | 0.41 | 0 | 0.25 | 289.23 | 0.38 | 0.6 |
| Hex | B2 | 72 | C0 | 7 | 29 | 0 | 19 | 121 | 26 | 3C |
| Octal | 262 | 162 | 300 | 7 | 51 | 0 | 31 | 441 | 46 | 74 |
| Binary | 10110010 | 1110010 | 11000000 | 111 | 101001 | 0 | 11001 | 100100001 | 100110 | 111100 |
Color Harmonies of #B272C0
Complementary color
Monochromatic Colors of #B272C0
Black with #B272C0
Text Example
Text Example
White with #B272C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B272C0; }
p { color: rgb(178,114,192); }
H1.HeaderClassName
{
color: #B272C0;
}
.AnyTagClassName
{
color: #B272C0;
}
</style>
background-color css
<style>
a { background-color: #B272C0; }
a { background-color: rgb(178,114,192); }
div.DivClassName
{
background-color: #B272C0;
}
.BgClassName
{
background-color: #B272C0;
}
</style>
border-color css
<style>
span { border-color: #B272C0; }
span { border-color: rgb(178,114,192); }
td.TdClassName
{
border-color: #B272C0;
}
.TagClassName
{
border-color: #B272C0;
}
</style>