Shades of Blue Violet #B531F8
Tints of Blue Violet #B531F8
RGB
CMYK
RGB Variations
Color information
#B531F8 (or 0xB531F8) is known color: Blue Violet. HEX triplet: B5, 31 and F8. RGB value is (181,49,248). Sum of RGB (Red+Green+Blue) = 181+49+248=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #B531F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531F8 is #4ACE07. Grayscale: #6E6E6E. Windows color (decimal): -4902408 or 16265653. OLE color: 16265653.
HSL color Cylindrical-coordinate representation of color #B531F8: hue angle of 279.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B531F8 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 49 | 248 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.03 |
| HSL | 279.8º | 0.93% | 0.58% | - |
| HSV(B) | 279.8º | 0.8% | 0.97% | - |
| XYZ | 37.1 | 18.8 | 90.48 | - |
| YUV | 111.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 248 | 0.27 | 0.80 | 0 | 0.03 | 279.8 | 0.93 | 0.58 |
| Hex | B5 | 31 | F8 | 1B | 50 | 0 | 3 | 118 | 5D | 3A |
| Octal | 265 | 61 | 370 | 33 | 120 | 0 | 3 | 430 | 135 | 72 |
| Binary | 10110101 | 110001 | 11111000 | 11011 | 1010000 | 0 | 11 | 100011000 | 1011101 | 111010 |
Color Harmonies of #B531F8
Complementary color
Monochromatic Colors of #B531F8
Black with #B531F8
Text Example
Text Example
White with #B531F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531F8; }
p { color: rgb(181,49,248); }
H1.HeaderClassName
{
color: #B531F8;
}
.AnyTagClassName
{
color: #B531F8;
}
</style>
background-color css
<style>
a { background-color: #B531F8; }
a { background-color: rgb(181,49,248); }
div.DivClassName
{
background-color: #B531F8;
}
.BgClassName
{
background-color: #B531F8;
}
</style>
border-color css
<style>
span { border-color: #B531F8; }
span { border-color: rgb(181,49,248); }
td.TdClassName
{
border-color: #B531F8;
}
.TagClassName
{
border-color: #B531F8;
}
</style>