Shades of Blue Violet #B12AF0
Tints of Blue Violet #B12AF0
RGB
CMYK
RGB Variations
Color information
#B12AF0 (or 0xB12AF0) is known color: Blue Violet. HEX triplet: B1, 2A and F0. RGB value is (177,42,240). Sum of RGB (Red+Green+Blue) = 177+42+240=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #B12AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AF0 is #4ED50F. Grayscale: #686868. Windows color (decimal): -5166352 or 15739569. OLE color: 15739569.
HSL color Cylindrical-coordinate representation of color #B12AF0: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12AF0 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 42 | 240 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.06 |
| HSL | 280.91º | 0.87% | 0.55% | - |
| HSV(B) | 280.91º | 0.83% | 0.94% | - |
| XYZ | 34.69 | 17.29 | 83.95 | - |
| YUV | 104.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 240 | 0.26 | 0.82 | 0 | 0.06 | 280.91 | 0.87 | 0.55 |
| Hex | B1 | 2A | F0 | 1A | 52 | 0 | 6 | 119 | 57 | 37 |
| Octal | 261 | 52 | 360 | 32 | 122 | 0 | 6 | 431 | 127 | 67 |
| Binary | 10110001 | 101010 | 11110000 | 11010 | 1010010 | 0 | 110 | 100011001 | 1010111 | 110111 |
Color Harmonies of #B12AF0
Complementary color
Monochromatic Colors of #B12AF0
Black with #B12AF0
Text Example
Text Example
White with #B12AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12AF0; }
p { color: rgb(177,42,240); }
H1.HeaderClassName
{
color: #B12AF0;
}
.AnyTagClassName
{
color: #B12AF0;
}
</style>
background-color css
<style>
a { background-color: #B12AF0; }
a { background-color: rgb(177,42,240); }
div.DivClassName
{
background-color: #B12AF0;
}
.BgClassName
{
background-color: #B12AF0;
}
</style>
border-color css
<style>
span { border-color: #B12AF0; }
span { border-color: rgb(177,42,240); }
td.TdClassName
{
border-color: #B12AF0;
}
.TagClassName
{
border-color: #B12AF0;
}
</style>