Shades of Violet Blue #B473AF
Tints of Violet Blue #B473AF
RGB
CMYK
RGB Variations
Color information
#B473AF (or 0xB473AF) is known color: Violet Blue. HEX triplet: B4, 73 and AF. RGB value is (180,115,175). Sum of RGB (Red+Green+Blue) = 180+115+175=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B473AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473AF is #4B8C50. Grayscale: #8D8D8D. Windows color (decimal): -4951121 or 11498420. OLE color: 11498420.
HSL color Cylindrical-coordinate representation of color #B473AF: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B473AF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 175 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.29 |
| HSL | 304.62º | 0.3% | 0.58% | - |
| HSV(B) | 304.62º | 0.36% | 0.71% | - |
| XYZ | 32.69 | 25.06 | 43.67 | - |
| YUV | 141.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 175 | 0 | 0.36 | 0.03 | 0.29 | 304.62 | 0.3 | 0.58 |
| Hex | B4 | 73 | AF | 0 | 24 | 3 | 1D | 131 | 1E | 3A |
| Octal | 264 | 163 | 257 | 0 | 44 | 3 | 35 | 461 | 36 | 72 |
| Binary | 10110100 | 1110011 | 10101111 | 0 | 100100 | 11 | 11101 | 100110001 | 11110 | 111010 |
Color Harmonies of #B473AF
Complementary color
Monochromatic Colors of #B473AF
Black with #B473AF
Text Example
Text Example
White with #B473AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473AF; }
p { color: rgb(180,115,175); }
H1.HeaderClassName
{
color: #B473AF;
}
.AnyTagClassName
{
color: #B473AF;
}
</style>
background-color css
<style>
a { background-color: #B473AF; }
a { background-color: rgb(180,115,175); }
div.DivClassName
{
background-color: #B473AF;
}
.BgClassName
{
background-color: #B473AF;
}
</style>
border-color css
<style>
span { border-color: #B473AF; }
span { border-color: rgb(180,115,175); }
td.TdClassName
{
border-color: #B473AF;
}
.TagClassName
{
border-color: #B473AF;
}
</style>