Shades of Violet Blue #B046A8
Tints of Violet Blue #B046A8
RGB
CMYK
RGB Variations
Color information
#B046A8 (or 0xB046A8) is known color: Violet Blue. HEX triplet: B0, 46 and A8. RGB value is (176,70,168). Sum of RGB (Red+Green+Blue) = 176+70+168=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B046A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046A8 is #4FB957. Grayscale: #707070. Windows color (decimal): -5224792 or 11028144. OLE color: 11028144.
HSL color Cylindrical-coordinate representation of color #B046A8: hue angle of 304.53º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B046A8 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 168 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.31 |
| HSL | 304.53º | 0.43% | 0.48% | - |
| HSV(B) | 304.53º | 0.6% | 0.69% | - |
| XYZ | 27.16 | 16.44 | 38.79 | - |
| YUV | 112.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 168 | 0 | 0.60 | 0.05 | 0.31 | 304.53 | 0.43 | 0.48 |
| Hex | B0 | 46 | A8 | 0 | 3C | 5 | 1F | 131 | 2B | 30 |
| Octal | 260 | 106 | 250 | 0 | 74 | 5 | 37 | 461 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10101000 | 0 | 111100 | 101 | 11111 | 100110001 | 101011 | 110000 |
Color Harmonies of #B046A8
Complementary color
Monochromatic Colors of #B046A8
Black with #B046A8
Text Example
Text Example
White with #B046A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046A8; }
p { color: rgb(176,70,168); }
H1.HeaderClassName
{
color: #B046A8;
}
.AnyTagClassName
{
color: #B046A8;
}
</style>
background-color css
<style>
a { background-color: #B046A8; }
a { background-color: rgb(176,70,168); }
div.DivClassName
{
background-color: #B046A8;
}
.BgClassName
{
background-color: #B046A8;
}
</style>
border-color css
<style>
span { border-color: #B046A8; }
span { border-color: rgb(176,70,168); }
td.TdClassName
{
border-color: #B046A8;
}
.TagClassName
{
border-color: #B046A8;
}
</style>