Shades of Blue Violet #B13FFF
Tints of Blue Violet #B13FFF
RGB
CMYK
RGB Variations
Color information
#B13FFF (or 0xB13FFF) is known color: Blue Violet. HEX triplet: B1, 3F and FF. RGB value is (177,63,255). Sum of RGB (Red+Green+Blue) = 177+63+255=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B13FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFF is #4EC000. Grayscale: #767676. Windows color (decimal): -5160961 or 16727985. OLE color: 16727985.
HSL color Cylindrical-coordinate representation of color #B13FFF: hue angle of 275.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 63 | 255 | - |
| CMYK | 0.31 | 0.75 | 0 | 0 |
| HSL | 275.63º | 1% | 0.62% | - |
| HSV(B) | 275.63º | 0.75% | 1% | - |
| XYZ | 37.96 | 20.12 | 96.49 | - |
| YUV | 118.97 | 204.77 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 255 | 0.31 | 0.75 | 0 | 0 | 275.63 | 1 | 0.62 |
| Hex | B1 | 3F | FF | 1F | 4B | 0 | 0 | 114 | 64 | 3E |
| Octal | 261 | 77 | 377 | 37 | 113 | 0 | 0 | 424 | 144 | 76 |
| Binary | 10110001 | 111111 | 11111111 | 11111 | 1001011 | 0 | 0 | 100010100 | 1100100 | 111110 |
Color Harmonies of #B13FFF
Complementary color
Monochromatic Colors of #B13FFF
Black with #B13FFF
Text Example
Text Example
White with #B13FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FFF; }
p { color: rgb(177,63,255); }
H1.HeaderClassName
{
color: #B13FFF;
}
.AnyTagClassName
{
color: #B13FFF;
}
</style>
background-color css
<style>
a { background-color: #B13FFF; }
a { background-color: rgb(177,63,255); }
div.DivClassName
{
background-color: #B13FFF;
}
.BgClassName
{
background-color: #B13FFF;
}
</style>
border-color css
<style>
span { border-color: #B13FFF; }
span { border-color: rgb(177,63,255); }
td.TdClassName
{
border-color: #B13FFF;
}
.TagClassName
{
border-color: #B13FFF;
}
</style>