Shades of Blue Violet #B03BFE
Tints of Blue Violet #B03BFE
RGB
CMYK
RGB Variations
Color information
#B03BFE (or 0xB03BFE) is known color: Blue Violet. HEX triplet: B0, 3B and FE. RGB value is (176,59,254). Sum of RGB (Red+Green+Blue) = 176+59+254=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #B03BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03BFE is #4FC401. Grayscale: #737373. Windows color (decimal): -5227522 or 16661424. OLE color: 16661424.
HSL color Cylindrical-coordinate representation of color #B03BFE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03BFE is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 59 | 254 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.00 |
| HSL | 276º | 0.99% | 0.61% | - |
| HSV(B) | 276º | 0.77% | 1% | - |
| XYZ | 37.36 | 19.51 | 95.56 | - |
| YUV | 116.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 254 | 0.31 | 0.77 | 0 | 0.00 | 276 | 0.99 | 0.61 |
| Hex | B0 | 3B | FE | 1F | 4D | 0 | 0 | 114 | 63 | 3D |
| Octal | 260 | 73 | 376 | 37 | 115 | 0 | 0 | 424 | 143 | 75 |
| Binary | 10110000 | 111011 | 11111110 | 11111 | 1001101 | 0 | 0 | 100010100 | 1100011 | 111101 |
Color Harmonies of #B03BFE
Complementary color
Monochromatic Colors of #B03BFE
Black with #B03BFE
Text Example
Text Example
White with #B03BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BFE; }
p { color: rgb(176,59,254); }
H1.HeaderClassName
{
color: #B03BFE;
}
.AnyTagClassName
{
color: #B03BFE;
}
</style>
background-color css
<style>
a { background-color: #B03BFE; }
a { background-color: rgb(176,59,254); }
div.DivClassName
{
background-color: #B03BFE;
}
.BgClassName
{
background-color: #B03BFE;
}
</style>
border-color css
<style>
span { border-color: #B03BFE; }
span { border-color: rgb(176,59,254); }
td.TdClassName
{
border-color: #B03BFE;
}
.TagClassName
{
border-color: #B03BFE;
}
</style>