Shades of Blue Violet #B030FF
Tints of Blue Violet #B030FF
RGB
CMYK
RGB Variations
Color information
#B030FF (or 0xB030FF) is known color: Blue Violet. HEX triplet: B0, 30 and FF. RGB value is (176,48,255). Sum of RGB (Red+Green+Blue) = 176+48+255=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #B030FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B030FF is #4FCF00. Grayscale: #6D6D6D. Windows color (decimal): -5230337 or 16724144. OLE color: 16724144.
HSL color Cylindrical-coordinate representation of color #B030FF: hue angle of 277.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B030FF is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 48 | 255 | - |
| CMYK | 0.31 | 0.81 | 0 | 0 |
| HSL | 277.1º | 1% | 0.59% | - |
| HSV(B) | 277.1º | 0.81% | 1% | - |
| XYZ | 37.01 | 18.56 | 96.24 | - |
| YUV | 109.87 | 209.91 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 255 | 0.31 | 0.81 | 0 | 0 | 277.1 | 1 | 0.59 |
| Hex | B0 | 30 | FF | 1F | 51 | 0 | 0 | 115 | 64 | 3B |
| Octal | 260 | 60 | 377 | 37 | 121 | 0 | 0 | 425 | 144 | 73 |
| Binary | 10110000 | 110000 | 11111111 | 11111 | 1010001 | 0 | 0 | 100010101 | 1100100 | 111011 |
Color Harmonies of #B030FF
Complementary color
Monochromatic Colors of #B030FF
Black with #B030FF
Text Example
Text Example
White with #B030FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030FF; }
p { color: rgb(176,48,255); }
H1.HeaderClassName
{
color: #B030FF;
}
.AnyTagClassName
{
color: #B030FF;
}
</style>
background-color css
<style>
a { background-color: #B030FF; }
a { background-color: rgb(176,48,255); }
div.DivClassName
{
background-color: #B030FF;
}
.BgClassName
{
background-color: #B030FF;
}
</style>
border-color css
<style>
span { border-color: #B030FF; }
span { border-color: rgb(176,48,255); }
td.TdClassName
{
border-color: #B030FF;
}
.TagClassName
{
border-color: #B030FF;
}
</style>