Shades of Blue Violet #B12FF2
Tints of Blue Violet #B12FF2
RGB
CMYK
RGB Variations
Color information
#B12FF2 (or 0xB12FF2) is known color: Blue Violet. HEX triplet: B1, 2F and F2. RGB value is (177,47,242). Sum of RGB (Red+Green+Blue) = 177+47+242=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 47 (18.75% from 255 or 10.09% 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 #B12FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FF2 is #4ED00D. Grayscale: #6B6B6B. Windows color (decimal): -5165070 or 15871921. OLE color: 15871921.
HSL color Cylindrical-coordinate representation of color #B12FF2: hue angle of 280º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12FF2 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 47 | 242 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.05 |
| HSL | 280º | 0.88% | 0.57% | - |
| HSV(B) | 280º | 0.81% | 0.95% | - |
| XYZ | 35.17 | 17.79 | 85.58 | - |
| YUV | 108.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 242 | 0.27 | 0.81 | 0 | 0.05 | 280 | 0.88 | 0.57 |
| Hex | B1 | 2F | F2 | 1B | 51 | 0 | 5 | 118 | 58 | 39 |
| Octal | 261 | 57 | 362 | 33 | 121 | 0 | 5 | 430 | 130 | 71 |
| Binary | 10110001 | 101111 | 11110010 | 11011 | 1010001 | 0 | 101 | 100011000 | 1011000 | 111001 |
Color Harmonies of #B12FF2
Complementary color
Monochromatic Colors of #B12FF2
Black with #B12FF2
Text Example
Text Example
White with #B12FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FF2; }
p { color: rgb(177,47,242); }
H1.HeaderClassName
{
color: #B12FF2;
}
.AnyTagClassName
{
color: #B12FF2;
}
</style>
background-color css
<style>
a { background-color: #B12FF2; }
a { background-color: rgb(177,47,242); }
div.DivClassName
{
background-color: #B12FF2;
}
.BgClassName
{
background-color: #B12FF2;
}
</style>
border-color css
<style>
span { border-color: #B12FF2; }
span { border-color: rgb(177,47,242); }
td.TdClassName
{
border-color: #B12FF2;
}
.TagClassName
{
border-color: #B12FF2;
}
</style>