Shades of Blue Violet #B32FF4
Tints of Blue Violet #B32FF4
RGB
CMYK
RGB Variations
Color information
#B32FF4 (or 0xB32FF4) is known color: Blue Violet. HEX triplet: B3, 2F and F4. RGB value is (179,47,244). Sum of RGB (Red+Green+Blue) = 179+47+244=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #B32FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FF4 is #4CD00B. Grayscale: #6C6C6C. Windows color (decimal): -5033996 or 16002995. OLE color: 16002995.
HSL color Cylindrical-coordinate representation of color #B32FF4: hue angle of 280.2º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32FF4 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 47 | 244 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.04 |
| HSL | 280.2º | 0.9% | 0.57% | - |
| HSV(B) | 280.2º | 0.81% | 0.96% | - |
| XYZ | 35.94 | 18.15 | 87.2 | - |
| YUV | 108.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 244 | 0.27 | 0.81 | 0 | 0.04 | 280.2 | 0.9 | 0.57 |
| Hex | B3 | 2F | F4 | 1B | 51 | 0 | 4 | 118 | 5A | 39 |
| Octal | 263 | 57 | 364 | 33 | 121 | 0 | 4 | 430 | 132 | 71 |
| Binary | 10110011 | 101111 | 11110100 | 11011 | 1010001 | 0 | 100 | 100011000 | 1011010 | 111001 |
Color Harmonies of #B32FF4
Complementary color
Monochromatic Colors of #B32FF4
Black with #B32FF4
Text Example
Text Example
White with #B32FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FF4; }
p { color: rgb(179,47,244); }
H1.HeaderClassName
{
color: #B32FF4;
}
.AnyTagClassName
{
color: #B32FF4;
}
</style>
background-color css
<style>
a { background-color: #B32FF4; }
a { background-color: rgb(179,47,244); }
div.DivClassName
{
background-color: #B32FF4;
}
.BgClassName
{
background-color: #B32FF4;
}
</style>
border-color css
<style>
span { border-color: #B32FF4; }
span { border-color: rgb(179,47,244); }
td.TdClassName
{
border-color: #B32FF4;
}
.TagClassName
{
border-color: #B32FF4;
}
</style>