Shades of Blue Violet #B032FB
Tints of Blue Violet #B032FB
RGB
CMYK
RGB Variations
Color information
#B032FB (or 0xB032FB) is known color: Blue Violet. HEX triplet: B0, 32 and FB. RGB value is (176,50,251). Sum of RGB (Red+Green+Blue) = 176+50+251=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #B032FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032FB is #4FCD04. Grayscale: #6D6D6D. Windows color (decimal): -5229829 or 16462512. OLE color: 16462512.
HSL color Cylindrical-coordinate representation of color #B032FB: hue angle of 277.61º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B032FB is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 50 | 251 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.02 |
| HSL | 277.61º | 0.96% | 0.59% | - |
| HSV(B) | 277.61º | 0.8% | 0.98% | - |
| XYZ | 36.46 | 18.48 | 92.91 | - |
| YUV | 110.59 | 207.24 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 251 | 0.30 | 0.80 | 0 | 0.02 | 277.61 | 0.96 | 0.59 |
| Hex | B0 | 32 | FB | 1E | 50 | 0 | 2 | 116 | 60 | 3B |
| Octal | 260 | 62 | 373 | 36 | 120 | 0 | 2 | 426 | 140 | 73 |
| Binary | 10110000 | 110010 | 11111011 | 11110 | 1010000 | 0 | 10 | 100010110 | 1100000 | 111011 |
Color Harmonies of #B032FB
Complementary color
Monochromatic Colors of #B032FB
Black with #B032FB
Text Example
Text Example
White with #B032FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032FB; }
p { color: rgb(176,50,251); }
H1.HeaderClassName
{
color: #B032FB;
}
.AnyTagClassName
{
color: #B032FB;
}
</style>
background-color css
<style>
a { background-color: #B032FB; }
a { background-color: rgb(176,50,251); }
div.DivClassName
{
background-color: #B032FB;
}
.BgClassName
{
background-color: #B032FB;
}
</style>
border-color css
<style>
span { border-color: #B032FB; }
span { border-color: rgb(176,50,251); }
td.TdClassName
{
border-color: #B032FB;
}
.TagClassName
{
border-color: #B032FB;
}
</style>