Shades of Blue Violet #B537FE
Tints of Blue Violet #B537FE
RGB
CMYK
RGB Variations
Color information
#B537FE (or 0xB537FE) is known color: Blue Violet. HEX triplet: B5, 37 and FE. RGB value is (181,55,254). Sum of RGB (Red+Green+Blue) = 181+55+254=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 55 (21.88% from 255 or 11.22% 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 #B537FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537FE is #4AC801. Grayscale: #727272. Windows color (decimal): -4900866 or 16660405. OLE color: 16660405.
HSL color Cylindrical-coordinate representation of color #B537FE: hue angle of 277.99º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B537FE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 55 | 254 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.00 |
| HSL | 277.99º | 0.99% | 0.61% | - |
| HSV(B) | 277.99º | 0.78% | 1% | - |
| XYZ | 38.31 | 19.71 | 95.55 | - |
| YUV | 115.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 254 | 0.29 | 0.78 | 0 | 0.00 | 277.99 | 0.99 | 0.61 |
| Hex | B5 | 37 | FE | 1D | 4E | 0 | 0 | 116 | 63 | 3D |
| Octal | 265 | 67 | 376 | 35 | 116 | 0 | 0 | 426 | 143 | 75 |
| Binary | 10110101 | 110111 | 11111110 | 11101 | 1001110 | 0 | 0 | 100010110 | 1100011 | 111101 |
Color Harmonies of #B537FE
Complementary color
Monochromatic Colors of #B537FE
Black with #B537FE
Text Example
Text Example
White with #B537FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537FE; }
p { color: rgb(181,55,254); }
H1.HeaderClassName
{
color: #B537FE;
}
.AnyTagClassName
{
color: #B537FE;
}
</style>
background-color css
<style>
a { background-color: #B537FE; }
a { background-color: rgb(181,55,254); }
div.DivClassName
{
background-color: #B537FE;
}
.BgClassName
{
background-color: #B537FE;
}
</style>
border-color css
<style>
span { border-color: #B537FE; }
span { border-color: rgb(181,55,254); }
td.TdClassName
{
border-color: #B537FE;
}
.TagClassName
{
border-color: #B537FE;
}
</style>