Shades of Blue Violet #B13BFC
Tints of Blue Violet #B13BFC
RGB
CMYK
RGB Variations
Color information
#B13BFC (or 0xB13BFC) is known color: Blue Violet. HEX triplet: B1, 3B and FC. RGB value is (177,59,252). Sum of RGB (Red+Green+Blue) = 177+59+252=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #B13BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BFC is #4EC403. Grayscale: #737373. Windows color (decimal): -5161988 or 16530353. OLE color: 16530353.
HSL color Cylindrical-coordinate representation of color #B13BFC: hue angle of 276.68º 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 #B13BFC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 59 | 252 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.01 |
| HSL | 276.68º | 0.97% | 0.61% | - |
| HSV(B) | 276.68º | 0.77% | 0.99% | - |
| XYZ | 37.27 | 19.5 | 93.9 | - |
| YUV | 116.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 252 | 0.30 | 0.77 | 0 | 0.01 | 276.68 | 0.97 | 0.61 |
| Hex | B1 | 3B | FC | 1E | 4D | 0 | 1 | 115 | 61 | 3D |
| Octal | 261 | 73 | 374 | 36 | 115 | 0 | 1 | 425 | 141 | 75 |
| Binary | 10110001 | 111011 | 11111100 | 11110 | 1001101 | 0 | 1 | 100010101 | 1100001 | 111101 |
Color Harmonies of #B13BFC
Complementary color
Monochromatic Colors of #B13BFC
Black with #B13BFC
Text Example
Text Example
White with #B13BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BFC; }
p { color: rgb(177,59,252); }
H1.HeaderClassName
{
color: #B13BFC;
}
.AnyTagClassName
{
color: #B13BFC;
}
</style>
background-color css
<style>
a { background-color: #B13BFC; }
a { background-color: rgb(177,59,252); }
div.DivClassName
{
background-color: #B13BFC;
}
.BgClassName
{
background-color: #B13BFC;
}
</style>
border-color css
<style>
span { border-color: #B13BFC; }
span { border-color: rgb(177,59,252); }
td.TdClassName
{
border-color: #B13BFC;
}
.TagClassName
{
border-color: #B13BFC;
}
</style>