Shades of Blue Violet #B039F2
Tints of Blue Violet #B039F2
RGB
CMYK
RGB Variations
Color information
#B039F2 (or 0xB039F2) is known color: Blue Violet. HEX triplet: B0, 39 and F2. RGB value is (176,57,242). Sum of RGB (Red+Green+Blue) = 176+57+242=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B039F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039F2 is #4FC60D. Grayscale: #717171. Windows color (decimal): -5228046 or 15874480. OLE color: 15874480.
HSL color Cylindrical-coordinate representation of color #B039F2: hue angle of 278.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B039F2 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 57 | 242 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.05 |
| HSL | 278.59º | 0.88% | 0.59% | - |
| HSV(B) | 278.59º | 0.76% | 0.95% | - |
| XYZ | 35.39 | 18.57 | 85.72 | - |
| YUV | 113.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 242 | 0.27 | 0.76 | 0 | 0.05 | 278.59 | 0.88 | 0.59 |
| Hex | B0 | 39 | F2 | 1B | 4C | 0 | 5 | 117 | 58 | 3B |
| Octal | 260 | 71 | 362 | 33 | 114 | 0 | 5 | 427 | 130 | 73 |
| Binary | 10110000 | 111001 | 11110010 | 11011 | 1001100 | 0 | 101 | 100010111 | 1011000 | 111011 |
Color Harmonies of #B039F2
Complementary color
Monochromatic Colors of #B039F2
Black with #B039F2
Text Example
Text Example
White with #B039F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039F2; }
p { color: rgb(176,57,242); }
H1.HeaderClassName
{
color: #B039F2;
}
.AnyTagClassName
{
color: #B039F2;
}
</style>
background-color css
<style>
a { background-color: #B039F2; }
a { background-color: rgb(176,57,242); }
div.DivClassName
{
background-color: #B039F2;
}
.BgClassName
{
background-color: #B039F2;
}
</style>
border-color css
<style>
span { border-color: #B039F2; }
span { border-color: rgb(176,57,242); }
td.TdClassName
{
border-color: #B039F2;
}
.TagClassName
{
border-color: #B039F2;
}
</style>