Shades of Blue Violet #B134FE
Tints of Blue Violet #B134FE
RGB
CMYK
RGB Variations
Color information
#B134FE (or 0xB134FE) is known color: Blue Violet. HEX triplet: B1, 34 and FE. RGB value is (177,52,254). Sum of RGB (Red+Green+Blue) = 177+52+254=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #B134FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B134FE is #4ECB01. Grayscale: #6F6F6F. Windows color (decimal): -5163778 or 16659633. OLE color: 16659633.
HSL color Cylindrical-coordinate representation of color #B134FE: hue angle of 277.13º 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 #B134FE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 52 | 254 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.00 |
| HSL | 277.13º | 0.99% | 0.6% | - |
| HSV(B) | 277.13º | 0.8% | 1% | - |
| XYZ | 37.25 | 18.96 | 95.46 | - |
| YUV | 112.4 | 207.91 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 254 | 0.30 | 0.80 | 0 | 0.00 | 277.13 | 0.99 | 0.6 |
| Hex | B1 | 34 | FE | 1E | 50 | 0 | 0 | 115 | 63 | 3C |
| Octal | 261 | 64 | 376 | 36 | 120 | 0 | 0 | 425 | 143 | 74 |
| Binary | 10110001 | 110100 | 11111110 | 11110 | 1010000 | 0 | 0 | 100010101 | 1100011 | 111100 |
Color Harmonies of #B134FE
Complementary color
Monochromatic Colors of #B134FE
Black with #B134FE
Text Example
Text Example
White with #B134FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B134FE; }
p { color: rgb(177,52,254); }
H1.HeaderClassName
{
color: #B134FE;
}
.AnyTagClassName
{
color: #B134FE;
}
</style>
background-color css
<style>
a { background-color: #B134FE; }
a { background-color: rgb(177,52,254); }
div.DivClassName
{
background-color: #B134FE;
}
.BgClassName
{
background-color: #B134FE;
}
</style>
border-color css
<style>
span { border-color: #B134FE; }
span { border-color: rgb(177,52,254); }
td.TdClassName
{
border-color: #B134FE;
}
.TagClassName
{
border-color: #B134FE;
}
</style>