Shades of Violet Blue #B270AC
Tints of Violet Blue #B270AC
RGB
CMYK
RGB Variations
Color information
#B270AC (or 0xB270AC) is known color: Violet Blue. HEX triplet: B2, 70 and AC. RGB value is (178,112,172). Sum of RGB (Red+Green+Blue) = 178+112+172=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B270AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B270AC is #4D8F53. Grayscale: #8A8A8A. Windows color (decimal): -5082964 or 11301042. OLE color: 11301042.
HSL color Cylindrical-coordinate representation of color #B270AC: hue angle of 305.45º 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 #B270AC is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 172 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.30 |
| HSL | 305.45º | 0.3% | 0.57% | - |
| HSV(B) | 305.45º | 0.37% | 0.7% | - |
| XYZ | 31.6 | 24.03 | 42 | - |
| YUV | 138.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 172 | 0 | 0.37 | 0.03 | 0.30 | 305.45 | 0.3 | 0.57 |
| Hex | B2 | 70 | AC | 0 | 25 | 3 | 1E | 131 | 1E | 39 |
| Octal | 262 | 160 | 254 | 0 | 45 | 3 | 36 | 461 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10101100 | 0 | 100101 | 11 | 11110 | 100110001 | 11110 | 111001 |
Color Harmonies of #B270AC
Complementary color
Monochromatic Colors of #B270AC
Black with #B270AC
Text Example
Text Example
White with #B270AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270AC; }
p { color: rgb(178,112,172); }
H1.HeaderClassName
{
color: #B270AC;
}
.AnyTagClassName
{
color: #B270AC;
}
</style>
background-color css
<style>
a { background-color: #B270AC; }
a { background-color: rgb(178,112,172); }
div.DivClassName
{
background-color: #B270AC;
}
.BgClassName
{
background-color: #B270AC;
}
</style>
border-color css
<style>
span { border-color: #B270AC; }
span { border-color: rgb(178,112,172); }
td.TdClassName
{
border-color: #B270AC;
}
.TagClassName
{
border-color: #B270AC;
}
</style>