Shades of Blue Violet #B032FF
Tints of Blue Violet #B032FF
RGB
CMYK
RGB Variations
Color information
#B032FF (or 0xB032FF) is known color: Blue Violet. HEX triplet: B0, 32 and FF. RGB value is (176,50,255). Sum of RGB (Red+Green+Blue) = 176+50+255=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B032FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032FF is #4FCD00. Grayscale: #6E6E6E. Windows color (decimal): -5229825 or 16724656. OLE color: 16724656.
HSL color Cylindrical-coordinate representation of color #B032FF: hue angle of 276.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B032FF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 50 | 255 | - |
| CMYK | 0.31 | 0.80 | 0 | 0 |
| HSL | 276.88º | 1% | 0.6% | - |
| HSV(B) | 276.88º | 0.8% | 1% | - |
| XYZ | 37.1 | 18.73 | 96.27 | - |
| YUV | 111.04 | 209.24 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 255 | 0.31 | 0.80 | 0 | 0 | 276.88 | 1 | 0.6 |
| Hex | B0 | 32 | FF | 1F | 50 | 0 | 0 | 115 | 64 | 3C |
| Octal | 260 | 62 | 377 | 37 | 120 | 0 | 0 | 425 | 144 | 74 |
| Binary | 10110000 | 110010 | 11111111 | 11111 | 1010000 | 0 | 0 | 100010101 | 1100100 | 111100 |
Color Harmonies of #B032FF
Complementary color
Monochromatic Colors of #B032FF
Black with #B032FF
Text Example
Text Example
White with #B032FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032FF; }
p { color: rgb(176,50,255); }
H1.HeaderClassName
{
color: #B032FF;
}
.AnyTagClassName
{
color: #B032FF;
}
</style>
background-color css
<style>
a { background-color: #B032FF; }
a { background-color: rgb(176,50,255); }
div.DivClassName
{
background-color: #B032FF;
}
.BgClassName
{
background-color: #B032FF;
}
</style>
border-color css
<style>
span { border-color: #B032FF; }
span { border-color: rgb(176,50,255); }
td.TdClassName
{
border-color: #B032FF;
}
.TagClassName
{
border-color: #B032FF;
}
</style>