Shades of Blue Violet #B130FB
Tints of Blue Violet #B130FB
RGB
CMYK
RGB Variations
Color information
#B130FB (or 0xB130FB) is known color: Blue Violet. HEX triplet: B1, 30 and FB. RGB value is (177,48,251). Sum of RGB (Red+Green+Blue) = 177+48+251=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #B130FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B130FB is #4ECF04. Grayscale: #6D6D6D. Windows color (decimal): -5164805 or 16462001. OLE color: 16462001.
HSL color Cylindrical-coordinate representation of color #B130FB: hue angle of 278.13º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B130FB is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 48 | 251 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.02 |
| HSL | 278.13º | 0.96% | 0.59% | - |
| HSV(B) | 278.13º | 0.81% | 0.98% | - |
| XYZ | 36.6 | 18.43 | 92.89 | - |
| YUV | 109.71 | 207.74 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 251 | 0.29 | 0.81 | 0 | 0.02 | 278.13 | 0.96 | 0.59 |
| Hex | B1 | 30 | FB | 1D | 51 | 0 | 2 | 116 | 60 | 3B |
| Octal | 261 | 60 | 373 | 35 | 121 | 0 | 2 | 426 | 140 | 73 |
| Binary | 10110001 | 110000 | 11111011 | 11101 | 1010001 | 0 | 10 | 100010110 | 1100000 | 111011 |
Color Harmonies of #B130FB
Complementary color
Monochromatic Colors of #B130FB
Black with #B130FB
Text Example
Text Example
White with #B130FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130FB; }
p { color: rgb(177,48,251); }
H1.HeaderClassName
{
color: #B130FB;
}
.AnyTagClassName
{
color: #B130FB;
}
</style>
background-color css
<style>
a { background-color: #B130FB; }
a { background-color: rgb(177,48,251); }
div.DivClassName
{
background-color: #B130FB;
}
.BgClassName
{
background-color: #B130FB;
}
</style>
border-color css
<style>
span { border-color: #B130FB; }
span { border-color: rgb(177,48,251); }
td.TdClassName
{
border-color: #B130FB;
}
.TagClassName
{
border-color: #B130FB;
}
</style>