Shades of Blue Violet #B130FD
Tints of Blue Violet #B130FD
RGB
CMYK
RGB Variations
Color information
#B130FD (or 0xB130FD) is known color: Blue Violet. HEX triplet: B1, 30 and FD. RGB value is (177,48,253). Sum of RGB (Red+Green+Blue) = 177+48+253=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #B130FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B130FD is #4ECF02. Grayscale: #6D6D6D. Windows color (decimal): -5164803 or 16593073. OLE color: 16593073.
HSL color Cylindrical-coordinate representation of color #B130FD: hue angle of 277.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B130FD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 48 | 253 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.01 |
| HSL | 277.76º | 0.98% | 0.59% | - |
| HSV(B) | 277.76º | 0.81% | 0.99% | - |
| XYZ | 36.92 | 18.55 | 94.56 | - |
| YUV | 109.94 | 208.74 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 253 | 0.30 | 0.81 | 0 | 0.01 | 277.76 | 0.98 | 0.59 |
| Hex | B1 | 30 | FD | 1E | 51 | 0 | 1 | 116 | 62 | 3B |
| Octal | 261 | 60 | 375 | 36 | 121 | 0 | 1 | 426 | 142 | 73 |
| Binary | 10110001 | 110000 | 11111101 | 11110 | 1010001 | 0 | 1 | 100010110 | 1100010 | 111011 |
Color Harmonies of #B130FD
Complementary color
Monochromatic Colors of #B130FD
Black with #B130FD
Text Example
Text Example
White with #B130FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130FD; }
p { color: rgb(177,48,253); }
H1.HeaderClassName
{
color: #B130FD;
}
.AnyTagClassName
{
color: #B130FD;
}
</style>
background-color css
<style>
a { background-color: #B130FD; }
a { background-color: rgb(177,48,253); }
div.DivClassName
{
background-color: #B130FD;
}
.BgClassName
{
background-color: #B130FD;
}
</style>
border-color css
<style>
span { border-color: #B130FD; }
span { border-color: rgb(177,48,253); }
td.TdClassName
{
border-color: #B130FD;
}
.TagClassName
{
border-color: #B130FD;
}
</style>