Shades of Blue Violet #B139F8
Tints of Blue Violet #B139F8
RGB
CMYK
RGB Variations
Color information
#B139F8 (or 0xB139F8) is known color: Blue Violet. HEX triplet: B1, 39 and F8. RGB value is (177,57,248). Sum of RGB (Red+Green+Blue) = 177+57+248=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #B139F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139F8 is #4EC607. Grayscale: #727272. Windows color (decimal): -5162504 or 16267697. OLE color: 16267697.
HSL color Cylindrical-coordinate representation of color #B139F8: hue angle of 277.7º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B139F8 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 57 | 248 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.03 |
| HSL | 277.7º | 0.93% | 0.6% | - |
| HSV(B) | 277.7º | 0.77% | 0.97% | - |
| XYZ | 36.54 | 19.05 | 90.56 | - |
| YUV | 114.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 248 | 0.29 | 0.77 | 0 | 0.03 | 277.7 | 0.93 | 0.6 |
| Hex | B1 | 39 | F8 | 1D | 4D | 0 | 3 | 116 | 5D | 3C |
| Octal | 261 | 71 | 370 | 35 | 115 | 0 | 3 | 426 | 135 | 74 |
| Binary | 10110001 | 111001 | 11111000 | 11101 | 1001101 | 0 | 11 | 100010110 | 1011101 | 111100 |
Color Harmonies of #B139F8
Complementary color
Monochromatic Colors of #B139F8
Black with #B139F8
Text Example
Text Example
White with #B139F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139F8; }
p { color: rgb(177,57,248); }
H1.HeaderClassName
{
color: #B139F8;
}
.AnyTagClassName
{
color: #B139F8;
}
</style>
background-color css
<style>
a { background-color: #B139F8; }
a { background-color: rgb(177,57,248); }
div.DivClassName
{
background-color: #B139F8;
}
.BgClassName
{
background-color: #B139F8;
}
</style>
border-color css
<style>
span { border-color: #B139F8; }
span { border-color: rgb(177,57,248); }
td.TdClassName
{
border-color: #B139F8;
}
.TagClassName
{
border-color: #B139F8;
}
</style>