Shades of Violet Blue #B472AD
Tints of Violet Blue #B472AD
RGB
CMYK
RGB Variations
Color information
#B472AD (or 0xB472AD) is known color: Violet Blue. HEX triplet: B4, 72 and AD. RGB value is (180,114,173). Sum of RGB (Red+Green+Blue) = 180+114+173=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B472AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472AD is #4B8D52. Grayscale: #8C8C8C. Windows color (decimal): -4951379 or 11367092. OLE color: 11367092.
HSL color Cylindrical-coordinate representation of color #B472AD: hue angle of 306.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B472AD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 173 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.29 |
| HSL | 306.36º | 0.31% | 0.58% | - |
| HSV(B) | 306.36º | 0.37% | 0.71% | - |
| XYZ | 32.38 | 24.76 | 42.61 | - |
| YUV | 140.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 173 | 0 | 0.37 | 0.04 | 0.29 | 306.36 | 0.31 | 0.58 |
| Hex | B4 | 72 | AD | 0 | 25 | 4 | 1D | 132 | 1F | 3A |
| Octal | 264 | 162 | 255 | 0 | 45 | 4 | 35 | 462 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10101101 | 0 | 100101 | 100 | 11101 | 100110010 | 11111 | 111010 |
Color Harmonies of #B472AD
Complementary color
Monochromatic Colors of #B472AD
Black with #B472AD
Text Example
Text Example
White with #B472AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472AD; }
p { color: rgb(180,114,173); }
H1.HeaderClassName
{
color: #B472AD;
}
.AnyTagClassName
{
color: #B472AD;
}
</style>
background-color css
<style>
a { background-color: #B472AD; }
a { background-color: rgb(180,114,173); }
div.DivClassName
{
background-color: #B472AD;
}
.BgClassName
{
background-color: #B472AD;
}
</style>
border-color css
<style>
span { border-color: #B472AD; }
span { border-color: rgb(180,114,173); }
td.TdClassName
{
border-color: #B472AD;
}
.TagClassName
{
border-color: #B472AD;
}
</style>