Shades of Violet Blue #B070A8
Tints of Violet Blue #B070A8
RGB
CMYK
RGB Variations
Color information
#B070A8 (or 0xB070A8) is known color: Violet Blue. HEX triplet: B0, 70 and A8. RGB value is (176,112,168). Sum of RGB (Red+Green+Blue) = 176+112+168=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B070A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B070A8 is #4F8F57. Grayscale: #898989. Windows color (decimal): -5214040 or 11038896. OLE color: 11038896.
HSL color Cylindrical-coordinate representation of color #B070A8: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B070A8 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 168 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.31 |
| HSL | 307.5º | 0.29% | 0.56% | - |
| HSV(B) | 307.5º | 0.36% | 0.69% | - |
| XYZ | 30.77 | 23.65 | 39.99 | - |
| YUV | 137.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 168 | 0 | 0.36 | 0.05 | 0.31 | 307.5 | 0.29 | 0.56 |
| Hex | B0 | 70 | A8 | 0 | 24 | 5 | 1F | 134 | 1D | 38 |
| Octal | 260 | 160 | 250 | 0 | 44 | 5 | 37 | 464 | 35 | 70 |
| Binary | 10110000 | 1110000 | 10101000 | 0 | 100100 | 101 | 11111 | 100110100 | 11101 | 111000 |
Color Harmonies of #B070A8
Complementary color
Monochromatic Colors of #B070A8
Black with #B070A8
Text Example
Text Example
White with #B070A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070A8; }
p { color: rgb(176,112,168); }
H1.HeaderClassName
{
color: #B070A8;
}
.AnyTagClassName
{
color: #B070A8;
}
</style>
background-color css
<style>
a { background-color: #B070A8; }
a { background-color: rgb(176,112,168); }
div.DivClassName
{
background-color: #B070A8;
}
.BgClassName
{
background-color: #B070A8;
}
</style>
border-color css
<style>
span { border-color: #B070A8; }
span { border-color: rgb(176,112,168); }
td.TdClassName
{
border-color: #B070A8;
}
.TagClassName
{
border-color: #B070A8;
}
</style>