Shades of Blue Violet #B139FC
Tints of Blue Violet #B139FC
RGB
CMYK
RGB Variations
Color information
#B139FC (or 0xB139FC) is known color: Blue Violet. HEX triplet: B1, 39 and FC. RGB value is (177,57,252). Sum of RGB (Red+Green+Blue) = 177+57+252=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #B139FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139FC is #4EC603. Grayscale: #727272. Windows color (decimal): -5162500 or 16529841. OLE color: 16529841.
HSL color Cylindrical-coordinate representation of color #B139FC: hue angle of 276.92º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B139FC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 57 | 252 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.01 |
| HSL | 276.92º | 0.97% | 0.61% | - |
| HSV(B) | 276.92º | 0.77% | 0.99% | - |
| XYZ | 37.17 | 19.3 | 93.86 | - |
| YUV | 115.11 | 205.26 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 252 | 0.30 | 0.77 | 0 | 0.01 | 276.92 | 0.97 | 0.61 |
| Hex | B1 | 39 | FC | 1E | 4D | 0 | 1 | 115 | 61 | 3D |
| Octal | 261 | 71 | 374 | 36 | 115 | 0 | 1 | 425 | 141 | 75 |
| Binary | 10110001 | 111001 | 11111100 | 11110 | 1001101 | 0 | 1 | 100010101 | 1100001 | 111101 |
Color Harmonies of #B139FC
Complementary color
Monochromatic Colors of #B139FC
Black with #B139FC
Text Example
Text Example
White with #B139FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139FC; }
p { color: rgb(177,57,252); }
H1.HeaderClassName
{
color: #B139FC;
}
.AnyTagClassName
{
color: #B139FC;
}
</style>
background-color css
<style>
a { background-color: #B139FC; }
a { background-color: rgb(177,57,252); }
div.DivClassName
{
background-color: #B139FC;
}
.BgClassName
{
background-color: #B139FC;
}
</style>
border-color css
<style>
span { border-color: #B139FC; }
span { border-color: rgb(177,57,252); }
td.TdClassName
{
border-color: #B139FC;
}
.TagClassName
{
border-color: #B139FC;
}
</style>