Shades of Blue Violet #B03CFE
Tints of Blue Violet #B03CFE
RGB
CMYK
RGB Variations
Color information
#B03CFE (or 0xB03CFE) is known color: Blue Violet. HEX triplet: B0, 3C and FE. RGB value is (176,60,254). Sum of RGB (Red+Green+Blue) = 176+60+254=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #B03CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CFE is #4FC301. Grayscale: #747474. Windows color (decimal): -5227266 or 16661680. OLE color: 16661680.
HSL color Cylindrical-coordinate representation of color #B03CFE: hue angle of 275.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B03CFE is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 60 | 254 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.00 |
| HSL | 275.88º | 0.99% | 0.62% | - |
| HSV(B) | 275.88º | 0.76% | 1% | - |
| XYZ | 37.41 | 19.62 | 95.58 | - |
| YUV | 116.8 | 205.43 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 254 | 0.31 | 0.76 | 0 | 0.00 | 275.88 | 0.99 | 0.62 |
| Hex | B0 | 3C | FE | 1F | 4C | 0 | 0 | 114 | 63 | 3E |
| Octal | 260 | 74 | 376 | 37 | 114 | 0 | 0 | 424 | 143 | 76 |
| Binary | 10110000 | 111100 | 11111110 | 11111 | 1001100 | 0 | 0 | 100010100 | 1100011 | 111110 |
Color Harmonies of #B03CFE
Complementary color
Monochromatic Colors of #B03CFE
Black with #B03CFE
Text Example
Text Example
White with #B03CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CFE; }
p { color: rgb(176,60,254); }
H1.HeaderClassName
{
color: #B03CFE;
}
.AnyTagClassName
{
color: #B03CFE;
}
</style>
background-color css
<style>
a { background-color: #B03CFE; }
a { background-color: rgb(176,60,254); }
div.DivClassName
{
background-color: #B03CFE;
}
.BgClassName
{
background-color: #B03CFE;
}
</style>
border-color css
<style>
span { border-color: #B03CFE; }
span { border-color: rgb(176,60,254); }
td.TdClassName
{
border-color: #B03CFE;
}
.TagClassName
{
border-color: #B03CFE;
}
</style>