Shades of Blue Violet #B334FE
Tints of Blue Violet #B334FE
RGB
CMYK
RGB Variations
Color information
#B334FE (or 0xB334FE) is known color: Blue Violet. HEX triplet: B3, 34 and FE. RGB value is (179,52,254). Sum of RGB (Red+Green+Blue) = 179+52+254=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #B334FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334FE is #4CCB01. Grayscale: #707070. Windows color (decimal): -5032706 or 16659635. OLE color: 16659635.
HSL color Cylindrical-coordinate representation of color #B334FE: hue angle of 277.72º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B334FE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 52 | 254 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.00 |
| HSL | 277.72º | 0.99% | 0.6% | - |
| HSV(B) | 277.72º | 0.8% | 1% | - |
| XYZ | 37.71 | 19.2 | 95.48 | - |
| YUV | 113 | 207.58 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 254 | 0.30 | 0.80 | 0 | 0.00 | 277.72 | 0.99 | 0.6 |
| Hex | B3 | 34 | FE | 1E | 50 | 0 | 0 | 116 | 63 | 3C |
| Octal | 263 | 64 | 376 | 36 | 120 | 0 | 0 | 426 | 143 | 74 |
| Binary | 10110011 | 110100 | 11111110 | 11110 | 1010000 | 0 | 0 | 100010110 | 1100011 | 111100 |
Color Harmonies of #B334FE
Complementary color
Monochromatic Colors of #B334FE
Black with #B334FE
Text Example
Text Example
White with #B334FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334FE; }
p { color: rgb(179,52,254); }
H1.HeaderClassName
{
color: #B334FE;
}
.AnyTagClassName
{
color: #B334FE;
}
</style>
background-color css
<style>
a { background-color: #B334FE; }
a { background-color: rgb(179,52,254); }
div.DivClassName
{
background-color: #B334FE;
}
.BgClassName
{
background-color: #B334FE;
}
</style>
border-color css
<style>
span { border-color: #B334FE; }
span { border-color: rgb(179,52,254); }
td.TdClassName
{
border-color: #B334FE;
}
.TagClassName
{
border-color: #B334FE;
}
</style>