Shades of Violet Blue #B072AD
Tints of Violet Blue #B072AD
RGB
CMYK
RGB Variations
Color information
#B072AD (or 0xB072AD) is known color: Violet Blue. HEX triplet: B0, 72 and AD. RGB value is (176,114,173). Sum of RGB (Red+Green+Blue) = 176+114+173=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B072AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072AD is #4F8D52. Grayscale: #8B8B8B. Windows color (decimal): -5213523 or 11367088. OLE color: 11367088.
HSL color Cylindrical-coordinate representation of color #B072AD: hue angle of 302.9º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B072AD is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 173 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.31 |
| HSL | 302.9º | 0.28% | 0.57% | - |
| HSV(B) | 302.9º | 0.35% | 0.69% | - |
| XYZ | 31.46 | 24.28 | 42.56 | - |
| YUV | 139.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 173 | 0 | 0.35 | 0.02 | 0.31 | 302.9 | 0.28 | 0.57 |
| Hex | B0 | 72 | AD | 0 | 23 | 2 | 1F | 12F | 1C | 39 |
| Octal | 260 | 162 | 255 | 0 | 43 | 2 | 37 | 457 | 34 | 71 |
| Binary | 10110000 | 1110010 | 10101101 | 0 | 100011 | 10 | 11111 | 100101111 | 11100 | 111001 |
Color Harmonies of #B072AD
Complementary color
Monochromatic Colors of #B072AD
Black with #B072AD
Text Example
Text Example
White with #B072AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B072AD; }
p { color: rgb(176,114,173); }
H1.HeaderClassName
{
color: #B072AD;
}
.AnyTagClassName
{
color: #B072AD;
}
</style>
background-color css
<style>
a { background-color: #B072AD; }
a { background-color: rgb(176,114,173); }
div.DivClassName
{
background-color: #B072AD;
}
.BgClassName
{
background-color: #B072AD;
}
</style>
border-color css
<style>
span { border-color: #B072AD; }
span { border-color: rgb(176,114,173); }
td.TdClassName
{
border-color: #B072AD;
}
.TagClassName
{
border-color: #B072AD;
}
</style>