Shades of Blue Violet #B32CF3
Tints of Blue Violet #B32CF3
RGB
CMYK
RGB Variations
Color information
#B32CF3 (or 0xB32CF3) is known color: Blue Violet. HEX triplet: B3, 2C and F3. RGB value is (179,44,243). Sum of RGB (Red+Green+Blue) = 179+44+243=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #B32CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CF3 is #4CD30C. Grayscale: #6A6A6A. Windows color (decimal): -5034765 or 15936691. OLE color: 15936691.
HSL color Cylindrical-coordinate representation of color #B32CF3: hue angle of 280.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32CF3 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 44 | 243 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.05 |
| HSL | 280.7º | 0.89% | 0.56% | - |
| HSV(B) | 280.7º | 0.82% | 0.95% | - |
| XYZ | 35.67 | 17.86 | 86.36 | - |
| YUV | 107.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 243 | 0.26 | 0.82 | 0 | 0.05 | 280.7 | 0.89 | 0.56 |
| Hex | B3 | 2C | F3 | 1A | 52 | 0 | 5 | 119 | 59 | 38 |
| Octal | 263 | 54 | 363 | 32 | 122 | 0 | 5 | 431 | 131 | 70 |
| Binary | 10110011 | 101100 | 11110011 | 11010 | 1010010 | 0 | 101 | 100011001 | 1011001 | 111000 |
Color Harmonies of #B32CF3
Complementary color
Monochromatic Colors of #B32CF3
Black with #B32CF3
Text Example
Text Example
White with #B32CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CF3; }
p { color: rgb(179,44,243); }
H1.HeaderClassName
{
color: #B32CF3;
}
.AnyTagClassName
{
color: #B32CF3;
}
</style>
background-color css
<style>
a { background-color: #B32CF3; }
a { background-color: rgb(179,44,243); }
div.DivClassName
{
background-color: #B32CF3;
}
.BgClassName
{
background-color: #B32CF3;
}
</style>
border-color css
<style>
span { border-color: #B32CF3; }
span { border-color: rgb(179,44,243); }
td.TdClassName
{
border-color: #B32CF3;
}
.TagClassName
{
border-color: #B32CF3;
}
</style>