Shades of Blue Violet #B12DF5
Tints of Blue Violet #B12DF5
RGB
CMYK
RGB Variations
Color information
#B12DF5 (or 0xB12DF5) is known color: Blue Violet. HEX triplet: B1, 2D and F5. RGB value is (177,45,245). Sum of RGB (Red+Green+Blue) = 177+45+245=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #B12DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12DF5 is #4ED20A. Grayscale: #6A6A6A. Windows color (decimal): -5165579 or 16068017. OLE color: 16068017.
HSL color Cylindrical-coordinate representation of color #B12DF5: hue angle of 279.6º degrees, saturation: 0.91, 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 #B12DF5 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 45 | 245 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.04 |
| HSL | 279.6º | 0.91% | 0.57% | - |
| HSV(B) | 279.6º | 0.82% | 0.96% | - |
| XYZ | 35.55 | 17.82 | 87.95 | - |
| YUV | 107.27 | 205.73 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 245 | 0.28 | 0.82 | 0 | 0.04 | 279.6 | 0.91 | 0.57 |
| Hex | B1 | 2D | F5 | 1C | 52 | 0 | 4 | 118 | 5B | 39 |
| Octal | 261 | 55 | 365 | 34 | 122 | 0 | 4 | 430 | 133 | 71 |
| Binary | 10110001 | 101101 | 11110101 | 11100 | 1010010 | 0 | 100 | 100011000 | 1011011 | 111001 |
Color Harmonies of #B12DF5
Complementary color
Monochromatic Colors of #B12DF5
Black with #B12DF5
Text Example
Text Example
White with #B12DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DF5; }
p { color: rgb(177,45,245); }
H1.HeaderClassName
{
color: #B12DF5;
}
.AnyTagClassName
{
color: #B12DF5;
}
</style>
background-color css
<style>
a { background-color: #B12DF5; }
a { background-color: rgb(177,45,245); }
div.DivClassName
{
background-color: #B12DF5;
}
.BgClassName
{
background-color: #B12DF5;
}
</style>
border-color css
<style>
span { border-color: #B12DF5; }
span { border-color: rgb(177,45,245); }
td.TdClassName
{
border-color: #B12DF5;
}
.TagClassName
{
border-color: #B12DF5;
}
</style>