Shades of Blue Violet #B131F2
Tints of Blue Violet #B131F2
RGB
CMYK
RGB Variations
Color information
#B131F2 (or 0xB131F2) is known color: Blue Violet. HEX triplet: B1, 31 and F2. RGB value is (177,49,242). Sum of RGB (Red+Green+Blue) = 177+49+242=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #B131F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B131F2 is #4ECE0D. Grayscale: #6C6C6C. Windows color (decimal): -5164558 or 15872433. OLE color: 15872433.
HSL color Cylindrical-coordinate representation of color #B131F2: hue angle of 279.79º degrees, saturation: 0.88, 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 #B131F2 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 49 | 242 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.05 |
| HSL | 279.79º | 0.88% | 0.57% | - |
| HSV(B) | 279.79º | 0.8% | 0.95% | - |
| XYZ | 35.26 | 17.95 | 85.61 | - |
| YUV | 109.27 | 202.91 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 242 | 0.27 | 0.80 | 0 | 0.05 | 279.79 | 0.88 | 0.57 |
| Hex | B1 | 31 | F2 | 1B | 50 | 0 | 5 | 118 | 58 | 39 |
| Octal | 261 | 61 | 362 | 33 | 120 | 0 | 5 | 430 | 130 | 71 |
| Binary | 10110001 | 110001 | 11110010 | 11011 | 1010000 | 0 | 101 | 100011000 | 1011000 | 111001 |
Color Harmonies of #B131F2
Complementary color
Monochromatic Colors of #B131F2
Black with #B131F2
Text Example
Text Example
White with #B131F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131F2; }
p { color: rgb(177,49,242); }
H1.HeaderClassName
{
color: #B131F2;
}
.AnyTagClassName
{
color: #B131F2;
}
</style>
background-color css
<style>
a { background-color: #B131F2; }
a { background-color: rgb(177,49,242); }
div.DivClassName
{
background-color: #B131F2;
}
.BgClassName
{
background-color: #B131F2;
}
</style>
border-color css
<style>
span { border-color: #B131F2; }
span { border-color: rgb(177,49,242); }
td.TdClassName
{
border-color: #B131F2;
}
.TagClassName
{
border-color: #B131F2;
}
</style>