Shades of Blue Violet #B12CF1
Tints of Blue Violet #B12CF1
RGB
CMYK
RGB Variations
Color information
#B12CF1 (or 0xB12CF1) is known color: Blue Violet. HEX triplet: B1, 2C and F1. RGB value is (177,44,241). Sum of RGB (Red+Green+Blue) = 177+44+241=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #B12CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12CF1 is #4ED30E. Grayscale: #696969. Windows color (decimal): -5165839 or 15805617. OLE color: 15805617.
HSL color Cylindrical-coordinate representation of color #B12CF1: hue angle of 280.51º degrees, saturation: 0.88, 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 #B12CF1 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 44 | 241 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.05 |
| HSL | 280.51º | 0.88% | 0.56% | - |
| HSV(B) | 280.51º | 0.82% | 0.95% | - |
| XYZ | 34.91 | 17.5 | 84.76 | - |
| YUV | 106.23 | 204.06 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 241 | 0.27 | 0.82 | 0 | 0.05 | 280.51 | 0.88 | 0.56 |
| Hex | B1 | 2C | F1 | 1B | 52 | 0 | 5 | 119 | 58 | 38 |
| Octal | 261 | 54 | 361 | 33 | 122 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110001 | 101100 | 11110001 | 11011 | 1010010 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B12CF1
Complementary color
Monochromatic Colors of #B12CF1
Black with #B12CF1
Text Example
Text Example
White with #B12CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CF1; }
p { color: rgb(177,44,241); }
H1.HeaderClassName
{
color: #B12CF1;
}
.AnyTagClassName
{
color: #B12CF1;
}
</style>
background-color css
<style>
a { background-color: #B12CF1; }
a { background-color: rgb(177,44,241); }
div.DivClassName
{
background-color: #B12CF1;
}
.BgClassName
{
background-color: #B12CF1;
}
</style>
border-color css
<style>
span { border-color: #B12CF1; }
span { border-color: rgb(177,44,241); }
td.TdClassName
{
border-color: #B12CF1;
}
.TagClassName
{
border-color: #B12CF1;
}
</style>