Shades of Blue Violet #B32DF2
Tints of Blue Violet #B32DF2
RGB
CMYK
RGB Variations
Color information
#B32DF2 (or 0xB32DF2) is known color: Blue Violet. HEX triplet: B3, 2D and F2. RGB value is (179,45,242). Sum of RGB (Red+Green+Blue) = 179+45+242=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #B32DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DF2 is #4CD20D. Grayscale: #6A6A6A. Windows color (decimal): -5034510 or 15871411. OLE color: 15871411.
HSL color Cylindrical-coordinate representation of color #B32DF2: hue angle of 280.81º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32DF2 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 45 | 242 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.05 |
| HSL | 280.81º | 0.88% | 0.56% | - |
| HSV(B) | 280.81º | 0.81% | 0.95% | - |
| XYZ | 35.56 | 17.87 | 85.58 | - |
| YUV | 107.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 242 | 0.26 | 0.81 | 0 | 0.05 | 280.81 | 0.88 | 0.56 |
| Hex | B3 | 2D | F2 | 1A | 51 | 0 | 5 | 119 | 58 | 38 |
| Octal | 263 | 55 | 362 | 32 | 121 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110011 | 101101 | 11110010 | 11010 | 1010001 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B32DF2
Complementary color
Monochromatic Colors of #B32DF2
Black with #B32DF2
Text Example
Text Example
White with #B32DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DF2; }
p { color: rgb(179,45,242); }
H1.HeaderClassName
{
color: #B32DF2;
}
.AnyTagClassName
{
color: #B32DF2;
}
</style>
background-color css
<style>
a { background-color: #B32DF2; }
a { background-color: rgb(179,45,242); }
div.DivClassName
{
background-color: #B32DF2;
}
.BgClassName
{
background-color: #B32DF2;
}
</style>
border-color css
<style>
span { border-color: #B32DF2; }
span { border-color: rgb(179,45,242); }
td.TdClassName
{
border-color: #B32DF2;
}
.TagClassName
{
border-color: #B32DF2;
}
</style>