Shades of Blue Violet #B12DF4
Tints of Blue Violet #B12DF4
RGB
CMYK
RGB Variations
Color information
#B12DF4 (or 0xB12DF4) is known color: Blue Violet. HEX triplet: B1, 2D and F4. RGB value is (177,45,244). Sum of RGB (Red+Green+Blue) = 177+45+244=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #B12DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DF4 is #4ED20B. Grayscale: #6A6A6A. Windows color (decimal): -5165580 or 16002481. OLE color: 16002481.
HSL color Cylindrical-coordinate representation of color #B12DF4: hue angle of 279.8º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12DF4 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 45 | 244 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.04 |
| HSL | 279.8º | 0.9% | 0.57% | - |
| HSV(B) | 279.8º | 0.82% | 0.96% | - |
| XYZ | 35.4 | 17.76 | 87.15 | - |
| YUV | 107.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 244 | 0.27 | 0.82 | 0 | 0.04 | 279.8 | 0.9 | 0.57 |
| Hex | B1 | 2D | F4 | 1B | 52 | 0 | 4 | 118 | 5A | 39 |
| Octal | 261 | 55 | 364 | 33 | 122 | 0 | 4 | 430 | 132 | 71 |
| Binary | 10110001 | 101101 | 11110100 | 11011 | 1010010 | 0 | 100 | 100011000 | 1011010 | 111001 |
Color Harmonies of #B12DF4
Complementary color
Monochromatic Colors of #B12DF4
Black with #B12DF4
Text Example
Text Example
White with #B12DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DF4; }
p { color: rgb(177,45,244); }
H1.HeaderClassName
{
color: #B12DF4;
}
.AnyTagClassName
{
color: #B12DF4;
}
</style>
background-color css
<style>
a { background-color: #B12DF4; }
a { background-color: rgb(177,45,244); }
div.DivClassName
{
background-color: #B12DF4;
}
.BgClassName
{
background-color: #B12DF4;
}
</style>
border-color css
<style>
span { border-color: #B12DF4; }
span { border-color: rgb(177,45,244); }
td.TdClassName
{
border-color: #B12DF4;
}
.TagClassName
{
border-color: #B12DF4;
}
</style>