Shades of Blue Violet #B032FE
Tints of Blue Violet #B032FE
RGB
CMYK
RGB Variations
Color information
#B032FE (or 0xB032FE) is known color: Blue Violet. HEX triplet: B0, 32 and FE. RGB value is (176,50,254). Sum of RGB (Red+Green+Blue) = 176+50+254=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #B032FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032FE is #4FCD01. Grayscale: #6E6E6E. Windows color (decimal): -5229826 or 16659120. OLE color: 16659120.
HSL color Cylindrical-coordinate representation of color #B032FE: hue angle of 277.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B032FE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 50 | 254 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.00 |
| HSL | 277.06º | 0.99% | 0.6% | - |
| HSV(B) | 277.06º | 0.8% | 1% | - |
| XYZ | 36.93 | 18.67 | 95.42 | - |
| YUV | 110.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 254 | 0.31 | 0.80 | 0 | 0.00 | 277.06 | 0.99 | 0.6 |
| Hex | B0 | 32 | FE | 1F | 50 | 0 | 0 | 115 | 63 | 3C |
| Octal | 260 | 62 | 376 | 37 | 120 | 0 | 0 | 425 | 143 | 74 |
| Binary | 10110000 | 110010 | 11111110 | 11111 | 1010000 | 0 | 0 | 100010101 | 1100011 | 111100 |
Color Harmonies of #B032FE
Complementary color
Monochromatic Colors of #B032FE
Black with #B032FE
Text Example
Text Example
White with #B032FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032FE; }
p { color: rgb(176,50,254); }
H1.HeaderClassName
{
color: #B032FE;
}
.AnyTagClassName
{
color: #B032FE;
}
</style>
background-color css
<style>
a { background-color: #B032FE; }
a { background-color: rgb(176,50,254); }
div.DivClassName
{
background-color: #B032FE;
}
.BgClassName
{
background-color: #B032FE;
}
</style>
border-color css
<style>
span { border-color: #B032FE; }
span { border-color: rgb(176,50,254); }
td.TdClassName
{
border-color: #B032FE;
}
.TagClassName
{
border-color: #B032FE;
}
</style>