Shades of Blue Violet #B039F9
Tints of Blue Violet #B039F9
RGB
CMYK
RGB Variations
Color information
#B039F9 (or 0xB039F9) is known color: Blue Violet. HEX triplet: B0, 39 and F9. RGB value is (176,57,249). Sum of RGB (Red+Green+Blue) = 176+57+249=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #B039F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039F9 is #4FC606. Grayscale: #717171. Windows color (decimal): -5228039 or 16333232. OLE color: 16333232.
HSL color Cylindrical-coordinate representation of color #B039F9: hue angle of 277.19º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B039F9 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 57 | 249 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.02 |
| HSL | 277.19º | 0.94% | 0.6% | - |
| HSV(B) | 277.19º | 0.77% | 0.98% | - |
| XYZ | 36.47 | 19 | 91.37 | - |
| YUV | 114.47 | 203.92 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 249 | 0.29 | 0.77 | 0 | 0.02 | 277.19 | 0.94 | 0.6 |
| Hex | B0 | 39 | F9 | 1D | 4D | 0 | 2 | 115 | 5E | 3C |
| Octal | 260 | 71 | 371 | 35 | 115 | 0 | 2 | 425 | 136 | 74 |
| Binary | 10110000 | 111001 | 11111001 | 11101 | 1001101 | 0 | 10 | 100010101 | 1011110 | 111100 |
Color Harmonies of #B039F9
Complementary color
Monochromatic Colors of #B039F9
Black with #B039F9
Text Example
Text Example
White with #B039F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039F9; }
p { color: rgb(176,57,249); }
H1.HeaderClassName
{
color: #B039F9;
}
.AnyTagClassName
{
color: #B039F9;
}
</style>
background-color css
<style>
a { background-color: #B039F9; }
a { background-color: rgb(176,57,249); }
div.DivClassName
{
background-color: #B039F9;
}
.BgClassName
{
background-color: #B039F9;
}
</style>
border-color css
<style>
span { border-color: #B039F9; }
span { border-color: rgb(176,57,249); }
td.TdClassName
{
border-color: #B039F9;
}
.TagClassName
{
border-color: #B039F9;
}
</style>