Shades of East Side #B072BD
Tints of East Side #B072BD
RGB
CMYK
RGB Variations
Color information
#B072BD (or 0xB072BD) is known color: East Side. HEX triplet: B0, 72 and BD. RGB value is (176,114,189). Sum of RGB (Red+Green+Blue) = 176+114+189=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #B072BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072BD is #4F8D42. Grayscale: #8C8C8C. Windows color (decimal): -5213507 or 12415664. OLE color: 12415664.
HSL color Cylindrical-coordinate representation of color #B072BD: hue angle of 289.6º 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 #B072BD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 114 | 189 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.26 |
| HSL | 289.6º | 0.36% | 0.59% | - |
| HSV(B) | 289.6º | 0.4% | 0.74% | - |
| XYZ | 33.11 | 24.94 | 51.21 | - |
| YUV | 141.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 189 | 0.07 | 0.40 | 0 | 0.26 | 289.6 | 0.36 | 0.59 |
| Hex | B0 | 72 | BD | 7 | 28 | 0 | 1A | 122 | 24 | 3B |
| Octal | 260 | 162 | 275 | 7 | 50 | 0 | 32 | 442 | 44 | 73 |
| Binary | 10110000 | 1110010 | 10111101 | 111 | 101000 | 0 | 11010 | 100100010 | 100100 | 111011 |
Color Harmonies of #B072BD
Complementary color
Monochromatic Colors of #B072BD
Black with #B072BD
Text Example
Text Example
White with #B072BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072BD; }
p { color: rgb(176,114,189); }
H1.HeaderClassName
{
color: #B072BD;
}
.AnyTagClassName
{
color: #B072BD;
}
</style>
background-color css
<style>
a { background-color: #B072BD; }
a { background-color: rgb(176,114,189); }
div.DivClassName
{
background-color: #B072BD;
}
.BgClassName
{
background-color: #B072BD;
}
</style>
border-color css
<style>
span { border-color: #B072BD; }
span { border-color: rgb(176,114,189); }
td.TdClassName
{
border-color: #B072BD;
}
.TagClassName
{
border-color: #B072BD;
}
</style>