Shades of Violet Blue #B370AB
Tints of Violet Blue #B370AB
RGB
CMYK
RGB Variations
Color information
#B370AB (or 0xB370AB) is known color: Violet Blue. HEX triplet: B3, 70 and AB. RGB value is (179,112,171). Sum of RGB (Red+Green+Blue) = 179+112+171=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B370AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370AB is #4C8F54. Grayscale: #8A8A8A. Windows color (decimal): -5017429 or 11235507. OLE color: 11235507.
HSL color Cylindrical-coordinate representation of color #B370AB: hue angle of 307.16º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B370AB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 171 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.30 |
| HSL | 307.16º | 0.31% | 0.57% | - |
| HSV(B) | 307.16º | 0.37% | 0.7% | - |
| XYZ | 31.74 | 24.11 | 41.51 | - |
| YUV | 138.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 171 | 0 | 0.37 | 0.04 | 0.30 | 307.16 | 0.31 | 0.57 |
| Hex | B3 | 70 | AB | 0 | 25 | 4 | 1E | 133 | 1F | 39 |
| Octal | 263 | 160 | 253 | 0 | 45 | 4 | 36 | 463 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10101011 | 0 | 100101 | 100 | 11110 | 100110011 | 11111 | 111001 |
Color Harmonies of #B370AB
Complementary color
Monochromatic Colors of #B370AB
Black with #B370AB
Text Example
Text Example
White with #B370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370AB; }
p { color: rgb(179,112,171); }
H1.HeaderClassName
{
color: #B370AB;
}
.AnyTagClassName
{
color: #B370AB;
}
</style>
background-color css
<style>
a { background-color: #B370AB; }
a { background-color: rgb(179,112,171); }
div.DivClassName
{
background-color: #B370AB;
}
.BgClassName
{
background-color: #B370AB;
}
</style>
border-color css
<style>
span { border-color: #B370AB; }
span { border-color: rgb(179,112,171); }
td.TdClassName
{
border-color: #B370AB;
}
.TagClassName
{
border-color: #B370AB;
}
</style>