Shades of Violet Blue #B672AF
Tints of Violet Blue #B672AF
RGB
CMYK
RGB Variations
Color information
#B672AF (or 0xB672AF) is known color: Violet Blue. HEX triplet: B6, 72 and AF. RGB value is (182,114,175). Sum of RGB (Red+Green+Blue) = 182+114+175=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B672AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B672AF is #498D50. Grayscale: #8D8D8D. Windows color (decimal): -4820305 or 11498166. OLE color: 11498166.
HSL color Cylindrical-coordinate representation of color #B672AF: hue angle of 306.18º degrees, saturation: 0.32, 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 #B672AF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 175 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.29 |
| HSL | 306.18º | 0.32% | 0.58% | - |
| HSV(B) | 306.18º | 0.37% | 0.71% | - |
| XYZ | 33.05 | 25.07 | 43.66 | - |
| YUV | 141.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 175 | 0 | 0.37 | 0.04 | 0.29 | 306.18 | 0.32 | 0.58 |
| Hex | B6 | 72 | AF | 0 | 25 | 4 | 1D | 132 | 20 | 3A |
| Octal | 266 | 162 | 257 | 0 | 45 | 4 | 35 | 462 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10101111 | 0 | 100101 | 100 | 11101 | 100110010 | 100000 | 111010 |
Color Harmonies of #B672AF
Complementary color
Monochromatic Colors of #B672AF
Black with #B672AF
Text Example
Text Example
White with #B672AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672AF; }
p { color: rgb(182,114,175); }
H1.HeaderClassName
{
color: #B672AF;
}
.AnyTagClassName
{
color: #B672AF;
}
</style>
background-color css
<style>
a { background-color: #B672AF; }
a { background-color: rgb(182,114,175); }
div.DivClassName
{
background-color: #B672AF;
}
.BgClassName
{
background-color: #B672AF;
}
</style>
border-color css
<style>
span { border-color: #B672AF; }
span { border-color: rgb(182,114,175); }
td.TdClassName
{
border-color: #B672AF;
}
.TagClassName
{
border-color: #B672AF;
}
</style>