Shades of Violet Blue #B373AB
Tints of Violet Blue #B373AB
RGB
CMYK
RGB Variations
Color information
#B373AB (or 0xB373AB) is known color: Violet Blue. HEX triplet: B3, 73 and AB. RGB value is (179,115,171). Sum of RGB (Red+Green+Blue) = 179+115+171=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AB is #4C8C54. Grayscale: #8C8C8C. Windows color (decimal): -5016661 or 11236275. OLE color: 11236275.
HSL color Cylindrical-coordinate representation of color #B373AB: hue angle of 307.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B373AB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 171 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.30 |
| HSL | 307.5º | 0.3% | 0.58% | - |
| HSV(B) | 307.5º | 0.36% | 0.7% | - |
| XYZ | 32.07 | 24.79 | 41.62 | - |
| YUV | 140.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 171 | 0 | 0.36 | 0.04 | 0.30 | 307.5 | 0.3 | 0.58 |
| Hex | B3 | 73 | AB | 0 | 24 | 4 | 1E | 134 | 1E | 3A |
| Octal | 263 | 163 | 253 | 0 | 44 | 4 | 36 | 464 | 36 | 72 |
| Binary | 10110011 | 1110011 | 10101011 | 0 | 100100 | 100 | 11110 | 100110100 | 11110 | 111010 |
Color Harmonies of #B373AB
Complementary color
Monochromatic Colors of #B373AB
Black with #B373AB
Text Example
Text Example
White with #B373AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373AB; }
p { color: rgb(179,115,171); }
H1.HeaderClassName
{
color: #B373AB;
}
.AnyTagClassName
{
color: #B373AB;
}
</style>
background-color css
<style>
a { background-color: #B373AB; }
a { background-color: rgb(179,115,171); }
div.DivClassName
{
background-color: #B373AB;
}
.BgClassName
{
background-color: #B373AB;
}
</style>
border-color css
<style>
span { border-color: #B373AB; }
span { border-color: rgb(179,115,171); }
td.TdClassName
{
border-color: #B373AB;
}
.TagClassName
{
border-color: #B373AB;
}
</style>