Shades of Blue Violet #B32FFA
Tints of Blue Violet #B32FFA
RGB
CMYK
RGB Variations
Color information
#B32FFA (or 0xB32FFA) is known color: Blue Violet. HEX triplet: B3, 2F and FA. RGB value is (179,47,250). Sum of RGB (Red+Green+Blue) = 179+47+250=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #B32FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FFA is #4CD005. Grayscale: #6C6C6C. Windows color (decimal): -5033990 or 16396211. OLE color: 16396211.
HSL color Cylindrical-coordinate representation of color #B32FFA: hue angle of 279.01º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32FFA is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 47 | 250 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.02 |
| HSL | 279.01º | 0.95% | 0.58% | - |
| HSV(B) | 279.01º | 0.81% | 0.98% | - |
| XYZ | 36.86 | 18.52 | 92.07 | - |
| YUV | 109.61 | 207.23 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 250 | 0.28 | 0.81 | 0 | 0.02 | 279.01 | 0.95 | 0.58 |
| Hex | B3 | 2F | FA | 1C | 51 | 0 | 2 | 117 | 5F | 3A |
| Octal | 263 | 57 | 372 | 34 | 121 | 0 | 2 | 427 | 137 | 72 |
| Binary | 10110011 | 101111 | 11111010 | 11100 | 1010001 | 0 | 10 | 100010111 | 1011111 | 111010 |
Color Harmonies of #B32FFA
Complementary color
Monochromatic Colors of #B32FFA
Black with #B32FFA
Text Example
Text Example
White with #B32FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FFA; }
p { color: rgb(179,47,250); }
H1.HeaderClassName
{
color: #B32FFA;
}
.AnyTagClassName
{
color: #B32FFA;
}
</style>
background-color css
<style>
a { background-color: #B32FFA; }
a { background-color: rgb(179,47,250); }
div.DivClassName
{
background-color: #B32FFA;
}
.BgClassName
{
background-color: #B32FFA;
}
</style>
border-color css
<style>
span { border-color: #B32FFA; }
span { border-color: rgb(179,47,250); }
td.TdClassName
{
border-color: #B32FFA;
}
.TagClassName
{
border-color: #B32FFA;
}
</style>