Shades of Blue Violet #B039FE
Tints of Blue Violet #B039FE
RGB
CMYK
RGB Variations
Color information
#B039FE (or 0xB039FE) is known color: Blue Violet. HEX triplet: B0, 39 and FE. RGB value is (176,57,254). Sum of RGB (Red+Green+Blue) = 176+57+254=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #B039FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039FE is #4FC601. Grayscale: #727272. Windows color (decimal): -5228034 or 16660912. OLE color: 16660912.
HSL color Cylindrical-coordinate representation of color #B039FE: hue angle of 276.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B039FE is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 57 | 254 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.00 |
| HSL | 276.24º | 0.99% | 0.61% | - |
| HSV(B) | 276.24º | 0.78% | 1% | - |
| XYZ | 37.26 | 19.31 | 95.53 | - |
| YUV | 115.04 | 206.42 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 254 | 0.31 | 0.78 | 0 | 0.00 | 276.24 | 0.99 | 0.61 |
| Hex | B0 | 39 | FE | 1F | 4E | 0 | 0 | 114 | 63 | 3D |
| Octal | 260 | 71 | 376 | 37 | 116 | 0 | 0 | 424 | 143 | 75 |
| Binary | 10110000 | 111001 | 11111110 | 11111 | 1001110 | 0 | 0 | 100010100 | 1100011 | 111101 |
Color Harmonies of #B039FE
Complementary color
Monochromatic Colors of #B039FE
Black with #B039FE
Text Example
Text Example
White with #B039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039FE; }
p { color: rgb(176,57,254); }
H1.HeaderClassName
{
color: #B039FE;
}
.AnyTagClassName
{
color: #B039FE;
}
</style>
background-color css
<style>
a { background-color: #B039FE; }
a { background-color: rgb(176,57,254); }
div.DivClassName
{
background-color: #B039FE;
}
.BgClassName
{
background-color: #B039FE;
}
</style>
border-color css
<style>
span { border-color: #B039FE; }
span { border-color: rgb(176,57,254); }
td.TdClassName
{
border-color: #B039FE;
}
.TagClassName
{
border-color: #B039FE;
}
</style>