Shades of Blue Violet #B131F1
Tints of Blue Violet #B131F1
RGB
CMYK
RGB Variations
Color information
#B131F1 (or 0xB131F1) is known color: Blue Violet. HEX triplet: B1, 31 and F1. RGB value is (177,49,241). Sum of RGB (Red+Green+Blue) = 177+49+241=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #B131F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131F1 is #4ECE0E. Grayscale: #6C6C6C. Windows color (decimal): -5164559 or 15806897. OLE color: 15806897.
HSL color Cylindrical-coordinate representation of color #B131F1: hue angle of 280º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B131F1 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 49 | 241 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.05 |
| HSL | 280º | 0.87% | 0.57% | - |
| HSV(B) | 280º | 0.8% | 0.95% | - |
| XYZ | 35.11 | 17.89 | 84.82 | - |
| YUV | 109.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 241 | 0.27 | 0.80 | 0 | 0.05 | 280 | 0.87 | 0.57 |
| Hex | B1 | 31 | F1 | 1B | 50 | 0 | 5 | 118 | 57 | 39 |
| Octal | 261 | 61 | 361 | 33 | 120 | 0 | 5 | 430 | 127 | 71 |
| Binary | 10110001 | 110001 | 11110001 | 11011 | 1010000 | 0 | 101 | 100011000 | 1010111 | 111001 |
Color Harmonies of #B131F1
Complementary color
Monochromatic Colors of #B131F1
Black with #B131F1
Text Example
Text Example
White with #B131F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131F1; }
p { color: rgb(177,49,241); }
H1.HeaderClassName
{
color: #B131F1;
}
.AnyTagClassName
{
color: #B131F1;
}
</style>
background-color css
<style>
a { background-color: #B131F1; }
a { background-color: rgb(177,49,241); }
div.DivClassName
{
background-color: #B131F1;
}
.BgClassName
{
background-color: #B131F1;
}
</style>
border-color css
<style>
span { border-color: #B131F1; }
span { border-color: rgb(177,49,241); }
td.TdClassName
{
border-color: #B131F1;
}
.TagClassName
{
border-color: #B131F1;
}
</style>