Shades of Blue Violet #B431FA
Tints of Blue Violet #B431FA
RGB
CMYK
RGB Variations
Color information
#B431FA (or 0xB431FA) is known color: Blue Violet. HEX triplet: B4, 31 and FA. RGB value is (180,49,250). Sum of RGB (Red+Green+Blue) = 180+49+250=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #B431FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431FA is #4BCE05. Grayscale: #6E6E6E. Windows color (decimal): -4967942 or 16396724. OLE color: 16396724.
HSL color Cylindrical-coordinate representation of color #B431FA: hue angle of 279.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B431FA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 49 | 250 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.02 |
| HSL | 279.1º | 0.95% | 0.59% | - |
| HSV(B) | 279.1º | 0.8% | 0.98% | - |
| XYZ | 37.18 | 18.8 | 92.11 | - |
| YUV | 111.08 | 206.4 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 250 | 0.28 | 0.80 | 0 | 0.02 | 279.1 | 0.95 | 0.59 |
| Hex | B4 | 31 | FA | 1C | 50 | 0 | 2 | 117 | 5F | 3B |
| Octal | 264 | 61 | 372 | 34 | 120 | 0 | 2 | 427 | 137 | 73 |
| Binary | 10110100 | 110001 | 11111010 | 11100 | 1010000 | 0 | 10 | 100010111 | 1011111 | 111011 |
Color Harmonies of #B431FA
Complementary color
Monochromatic Colors of #B431FA
Black with #B431FA
Text Example
Text Example
White with #B431FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431FA; }
p { color: rgb(180,49,250); }
H1.HeaderClassName
{
color: #B431FA;
}
.AnyTagClassName
{
color: #B431FA;
}
</style>
background-color css
<style>
a { background-color: #B431FA; }
a { background-color: rgb(180,49,250); }
div.DivClassName
{
background-color: #B431FA;
}
.BgClassName
{
background-color: #B431FA;
}
</style>
border-color css
<style>
span { border-color: #B431FA; }
span { border-color: rgb(180,49,250); }
td.TdClassName
{
border-color: #B431FA;
}
.TagClassName
{
border-color: #B431FA;
}
</style>