Shades of Blue Violet #B039FA
Tints of Blue Violet #B039FA
RGB
CMYK
RGB Variations
Color information
#B039FA (or 0xB039FA) is known color: Blue Violet. HEX triplet: B0, 39 and FA. RGB value is (176,57,250). Sum of RGB (Red+Green+Blue) = 176+57+250=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #B039FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039FA is #4FC605. Grayscale: #717171. Windows color (decimal): -5228038 or 16398768. OLE color: 16398768.
HSL color Cylindrical-coordinate representation of color #B039FA: hue angle of 276.99º degrees, saturation: 0.95, 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 #B039FA is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 57 | 250 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.02 |
| HSL | 276.99º | 0.95% | 0.6% | - |
| HSV(B) | 276.99º | 0.77% | 0.98% | - |
| XYZ | 36.62 | 19.06 | 92.19 | - |
| YUV | 114.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 250 | 0.30 | 0.77 | 0 | 0.02 | 276.99 | 0.95 | 0.6 |
| Hex | B0 | 39 | FA | 1E | 4D | 0 | 2 | 115 | 5F | 3C |
| Octal | 260 | 71 | 372 | 36 | 115 | 0 | 2 | 425 | 137 | 74 |
| Binary | 10110000 | 111001 | 11111010 | 11110 | 1001101 | 0 | 10 | 100010101 | 1011111 | 111100 |
Color Harmonies of #B039FA
Complementary color
Monochromatic Colors of #B039FA
Black with #B039FA
Text Example
Text Example
White with #B039FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039FA; }
p { color: rgb(176,57,250); }
H1.HeaderClassName
{
color: #B039FA;
}
.AnyTagClassName
{
color: #B039FA;
}
</style>
background-color css
<style>
a { background-color: #B039FA; }
a { background-color: rgb(176,57,250); }
div.DivClassName
{
background-color: #B039FA;
}
.BgClassName
{
background-color: #B039FA;
}
</style>
border-color css
<style>
span { border-color: #B039FA; }
span { border-color: rgb(176,57,250); }
td.TdClassName
{
border-color: #B039FA;
}
.TagClassName
{
border-color: #B039FA;
}
</style>