Shades of Blue Violet #B331F5
Tints of Blue Violet #B331F5
RGB
CMYK
RGB Variations
Color information
#B331F5 (or 0xB331F5) is known color: Blue Violet. HEX triplet: B3, 31 and F5. RGB value is (179,49,245). Sum of RGB (Red+Green+Blue) = 179+49+245=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #B331F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B331F5 is #4CCE0A. Grayscale: #6D6D6D. Windows color (decimal): -5033483 or 16069043. OLE color: 16069043.
HSL color Cylindrical-coordinate representation of color #B331F5: hue angle of 279.8º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B331F5 is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 49 | 245 | - |
| CMYK | 0.27 | 0.8 | 0 | 0.04 |
| HSL | 279.8º | 0.91% | 0.58% | - |
| HSV(B) | 279.8º | 0.8% | 0.96% | - |
| XYZ | 36.17 | 18.37 | 88.03 | - |
| YUV | 110.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 245 | 0.27 | 0.8 | 0 | 0.04 | 279.8 | 0.91 | 0.58 |
| Hex | B3 | 31 | F5 | 1B | 50 | 0 | 4 | 118 | 5B | 3A |
| Octal | 263 | 61 | 365 | 33 | 120 | 0 | 4 | 430 | 133 | 72 |
| Binary | 10110011 | 110001 | 11110101 | 11011 | 1010000 | 0 | 100 | 100011000 | 1011011 | 111010 |
Color Harmonies of #B331F5
Complementary color
Monochromatic Colors of #B331F5
Black with #B331F5
Text Example
Text Example
White with #B331F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B331F5; }
p { color: rgb(179,49,245); }
H1.HeaderClassName
{
color: #B331F5;
}
.AnyTagClassName
{
color: #B331F5;
}
</style>
background-color css
<style>
a { background-color: #B331F5; }
a { background-color: rgb(179,49,245); }
div.DivClassName
{
background-color: #B331F5;
}
.BgClassName
{
background-color: #B331F5;
}
</style>
border-color css
<style>
span { border-color: #B331F5; }
span { border-color: rgb(179,49,245); }
td.TdClassName
{
border-color: #B331F5;
}
.TagClassName
{
border-color: #B331F5;
}
</style>