Shades of Blue Violet #B037FA
Tints of Blue Violet #B037FA
RGB
CMYK
RGB Variations
Color information
#B037FA (or 0xB037FA) is known color: Blue Violet. HEX triplet: B0, 37 and FA. RGB value is (176,55,250). Sum of RGB (Red+Green+Blue) = 176+55+250=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #B037FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B037FA is #4FC805. Grayscale: #707070. Windows color (decimal): -5228550 or 16398256. OLE color: 16398256.
HSL color Cylindrical-coordinate representation of color #B037FA: hue angle of 277.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B037FA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 55 | 250 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.02 |
| HSL | 277.23º | 0.95% | 0.6% | - |
| HSV(B) | 277.23º | 0.78% | 0.98% | - |
| XYZ | 36.53 | 18.86 | 92.16 | - |
| YUV | 113.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 250 | 0.30 | 0.78 | 0 | 0.02 | 277.23 | 0.95 | 0.6 |
| Hex | B0 | 37 | FA | 1E | 4E | 0 | 2 | 115 | 5F | 3C |
| Octal | 260 | 67 | 372 | 36 | 116 | 0 | 2 | 425 | 137 | 74 |
| Binary | 10110000 | 110111 | 11111010 | 11110 | 1001110 | 0 | 10 | 100010101 | 1011111 | 111100 |
Color Harmonies of #B037FA
Complementary color
Monochromatic Colors of #B037FA
Black with #B037FA
Text Example
Text Example
White with #B037FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037FA; }
p { color: rgb(176,55,250); }
H1.HeaderClassName
{
color: #B037FA;
}
.AnyTagClassName
{
color: #B037FA;
}
</style>
background-color css
<style>
a { background-color: #B037FA; }
a { background-color: rgb(176,55,250); }
div.DivClassName
{
background-color: #B037FA;
}
.BgClassName
{
background-color: #B037FA;
}
</style>
border-color css
<style>
span { border-color: #B037FA; }
span { border-color: rgb(176,55,250); }
td.TdClassName
{
border-color: #B037FA;
}
.TagClassName
{
border-color: #B037FA;
}
</style>