Shades of Blue Violet #B03BFB
Tints of Blue Violet #B03BFB
RGB
CMYK
RGB Variations
Color information
#B03BFB (or 0xB03BFB) is known color: Blue Violet. HEX triplet: B0, 3B and FB. RGB value is (176,59,251). Sum of RGB (Red+Green+Blue) = 176+59+251=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #B03BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03BFB is #4FC404. Grayscale: #737373. Windows color (decimal): -5227525 or 16464816. OLE color: 16464816.
HSL color Cylindrical-coordinate representation of color #B03BFB: hue angle of 276.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B03BFB is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 59 | 251 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.02 |
| HSL | 276.56º | 0.96% | 0.61% | - |
| HSV(B) | 276.56º | 0.76% | 0.98% | - |
| XYZ | 36.88 | 19.32 | 93.05 | - |
| YUV | 115.87 | 204.26 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 251 | 0.30 | 0.76 | 0 | 0.02 | 276.56 | 0.96 | 0.61 |
| Hex | B0 | 3B | FB | 1E | 4C | 0 | 2 | 115 | 60 | 3D |
| Octal | 260 | 73 | 373 | 36 | 114 | 0 | 2 | 425 | 140 | 75 |
| Binary | 10110000 | 111011 | 11111011 | 11110 | 1001100 | 0 | 10 | 100010101 | 1100000 | 111101 |
Color Harmonies of #B03BFB
Complementary color
Monochromatic Colors of #B03BFB
Black with #B03BFB
Text Example
Text Example
White with #B03BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BFB; }
p { color: rgb(176,59,251); }
H1.HeaderClassName
{
color: #B03BFB;
}
.AnyTagClassName
{
color: #B03BFB;
}
</style>
background-color css
<style>
a { background-color: #B03BFB; }
a { background-color: rgb(176,59,251); }
div.DivClassName
{
background-color: #B03BFB;
}
.BgClassName
{
background-color: #B03BFB;
}
</style>
border-color css
<style>
span { border-color: #B03BFB; }
span { border-color: rgb(176,59,251); }
td.TdClassName
{
border-color: #B03BFB;
}
.TagClassName
{
border-color: #B03BFB;
}
</style>