Shades of Violet Blue #B672AD
Tints of Violet Blue #B672AD
RGB
CMYK
RGB Variations
Color information
#B672AD (or 0xB672AD) is known color: Violet Blue. HEX triplet: B6, 72 and AD. RGB value is (182,114,173). Sum of RGB (Red+Green+Blue) = 182+114+173=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B672AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B672AD is #498D52. Grayscale: #8C8C8C. Windows color (decimal): -4820307 or 11367094. OLE color: 11367094.
HSL color Cylindrical-coordinate representation of color #B672AD: hue angle of 307.94º 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 #B672AD is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 173 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.29 |
| HSL | 307.94º | 0.32% | 0.58% | - |
| HSV(B) | 307.94º | 0.37% | 0.71% | - |
| XYZ | 32.85 | 25 | 42.63 | - |
| YUV | 141.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 173 | 0 | 0.37 | 0.05 | 0.29 | 307.94 | 0.32 | 0.58 |
| Hex | B6 | 72 | AD | 0 | 25 | 5 | 1D | 134 | 20 | 3A |
| Octal | 266 | 162 | 255 | 0 | 45 | 5 | 35 | 464 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10101101 | 0 | 100101 | 101 | 11101 | 100110100 | 100000 | 111010 |
Color Harmonies of #B672AD
Complementary color
Monochromatic Colors of #B672AD
Black with #B672AD
Text Example
Text Example
White with #B672AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672AD; }
p { color: rgb(182,114,173); }
H1.HeaderClassName
{
color: #B672AD;
}
.AnyTagClassName
{
color: #B672AD;
}
</style>
background-color css
<style>
a { background-color: #B672AD; }
a { background-color: rgb(182,114,173); }
div.DivClassName
{
background-color: #B672AD;
}
.BgClassName
{
background-color: #B672AD;
}
</style>
border-color css
<style>
span { border-color: #B672AD; }
span { border-color: rgb(182,114,173); }
td.TdClassName
{
border-color: #B672AD;
}
.TagClassName
{
border-color: #B672AD;
}
</style>