Shades of Violet Blue #B270AB
Tints of Violet Blue #B270AB
RGB
CMYK
RGB Variations
Color information
#B270AB (or 0xB270AB) is known color: Violet Blue. HEX triplet: B2, 70 and AB. RGB value is (178,112,171). Sum of RGB (Red+Green+Blue) = 178+112+171=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B270AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B270AB is #4D8F54. Grayscale: #8A8A8A. Windows color (decimal): -5082965 or 11235506. OLE color: 11235506.
HSL color Cylindrical-coordinate representation of color #B270AB: hue angle of 306.36º degrees, saturation: 0.3, 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 #B270AB is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 171 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.30 |
| HSL | 306.36º | 0.3% | 0.57% | - |
| HSV(B) | 306.36º | 0.37% | 0.7% | - |
| XYZ | 31.5 | 23.99 | 41.5 | - |
| YUV | 138.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 171 | 0 | 0.37 | 0.04 | 0.30 | 306.36 | 0.3 | 0.57 |
| Hex | B2 | 70 | AB | 0 | 25 | 4 | 1E | 132 | 1E | 39 |
| Octal | 262 | 160 | 253 | 0 | 45 | 4 | 36 | 462 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10101011 | 0 | 100101 | 100 | 11110 | 100110010 | 11110 | 111001 |
Color Harmonies of #B270AB
Complementary color
Monochromatic Colors of #B270AB
Black with #B270AB
Text Example
Text Example
White with #B270AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270AB; }
p { color: rgb(178,112,171); }
H1.HeaderClassName
{
color: #B270AB;
}
.AnyTagClassName
{
color: #B270AB;
}
</style>
background-color css
<style>
a { background-color: #B270AB; }
a { background-color: rgb(178,112,171); }
div.DivClassName
{
background-color: #B270AB;
}
.BgClassName
{
background-color: #B270AB;
}
</style>
border-color css
<style>
span { border-color: #B270AB; }
span { border-color: rgb(178,112,171); }
td.TdClassName
{
border-color: #B270AB;
}
.TagClassName
{
border-color: #B270AB;
}
</style>