Shades of Violet Blue #B472AB
Tints of Violet Blue #B472AB
RGB
CMYK
RGB Variations
Color information
#B472AB (or 0xB472AB) is known color: Violet Blue. HEX triplet: B4, 72 and AB. RGB value is (180,114,171). Sum of RGB (Red+Green+Blue) = 180+114+171=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B472AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472AB is #4B8D54. Grayscale: #8C8C8C. Windows color (decimal): -4951381 or 11236020. OLE color: 11236020.
HSL color Cylindrical-coordinate representation of color #B472AB: hue angle of 308.18º 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 #B472AB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 171 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.29 |
| HSL | 308.18º | 0.31% | 0.58% | - |
| HSV(B) | 308.18º | 0.37% | 0.71% | - |
| XYZ | 32.19 | 24.68 | 41.59 | - |
| YUV | 140.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 171 | 0 | 0.37 | 0.05 | 0.29 | 308.18 | 0.31 | 0.58 |
| Hex | B4 | 72 | AB | 0 | 25 | 5 | 1D | 134 | 1F | 3A |
| Octal | 264 | 162 | 253 | 0 | 45 | 5 | 35 | 464 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10101011 | 0 | 100101 | 101 | 11101 | 100110100 | 11111 | 111010 |
Color Harmonies of #B472AB
Complementary color
Monochromatic Colors of #B472AB
Black with #B472AB
Text Example
Text Example
White with #B472AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472AB; }
p { color: rgb(180,114,171); }
H1.HeaderClassName
{
color: #B472AB;
}
.AnyTagClassName
{
color: #B472AB;
}
</style>
background-color css
<style>
a { background-color: #B472AB; }
a { background-color: rgb(180,114,171); }
div.DivClassName
{
background-color: #B472AB;
}
.BgClassName
{
background-color: #B472AB;
}
</style>
border-color css
<style>
span { border-color: #B472AB; }
span { border-color: rgb(180,114,171); }
td.TdClassName
{
border-color: #B472AB;
}
.TagClassName
{
border-color: #B472AB;
}
</style>