Shades of East Side #B272BD
Tints of East Side #B272BD
RGB
CMYK
RGB Variations
Color information
#B272BD (or 0xB272BD) is known color: East Side. HEX triplet: B2, 72 and BD. RGB value is (178,114,189). Sum of RGB (Red+Green+Blue) = 178+114+189=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B272BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272BD is #4D8D42. Grayscale: #8D8D8D. Windows color (decimal): -5082435 or 12415666. OLE color: 12415666.
HSL color Cylindrical-coordinate representation of color #B272BD: hue angle of 291.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B272BD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 114 | 189 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.26 |
| HSL | 291.2º | 0.36% | 0.59% | - |
| HSV(B) | 291.2º | 0.4% | 0.74% | - |
| XYZ | 33.56 | 25.17 | 51.23 | - |
| YUV | 141.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 189 | 0.06 | 0.40 | 0 | 0.26 | 291.2 | 0.36 | 0.59 |
| Hex | B2 | 72 | BD | 6 | 28 | 0 | 1A | 123 | 24 | 3B |
| Octal | 262 | 162 | 275 | 6 | 50 | 0 | 32 | 443 | 44 | 73 |
| Binary | 10110010 | 1110010 | 10111101 | 110 | 101000 | 0 | 11010 | 100100011 | 100100 | 111011 |
Color Harmonies of #B272BD
Complementary color
Monochromatic Colors of #B272BD
Black with #B272BD
Text Example
Text Example
White with #B272BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B272BD; }
p { color: rgb(178,114,189); }
H1.HeaderClassName
{
color: #B272BD;
}
.AnyTagClassName
{
color: #B272BD;
}
</style>
background-color css
<style>
a { background-color: #B272BD; }
a { background-color: rgb(178,114,189); }
div.DivClassName
{
background-color: #B272BD;
}
.BgClassName
{
background-color: #B272BD;
}
</style>
border-color css
<style>
span { border-color: #B272BD; }
span { border-color: rgb(178,114,189); }
td.TdClassName
{
border-color: #B272BD;
}
.TagClassName
{
border-color: #B272BD;
}
</style>