Shades of Blue Violet #B02DF1
Tints of Blue Violet #B02DF1
RGB
CMYK
RGB Variations
Color information
#B02DF1 (or 0xB02DF1) is known color: Blue Violet. HEX triplet: B0, 2D and F1. RGB value is (176,45,241). Sum of RGB (Red+Green+Blue) = 176+45+241=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #B02DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02DF1 is #4FD20E. Grayscale: #696969. Windows color (decimal): -5231119 or 15805872. OLE color: 15805872.
HSL color Cylindrical-coordinate representation of color #B02DF1: hue angle of 280.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02DF1 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 45 | 241 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.05 |
| HSL | 280.1º | 0.88% | 0.56% | - |
| HSV(B) | 280.1º | 0.81% | 0.95% | - |
| XYZ | 34.72 | 17.46 | 84.76 | - |
| YUV | 106.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 241 | 0.27 | 0.81 | 0 | 0.05 | 280.1 | 0.88 | 0.56 |
| Hex | B0 | 2D | F1 | 1B | 51 | 0 | 5 | 118 | 58 | 38 |
| Octal | 260 | 55 | 361 | 33 | 121 | 0 | 5 | 430 | 130 | 70 |
| Binary | 10110000 | 101101 | 11110001 | 11011 | 1010001 | 0 | 101 | 100011000 | 1011000 | 111000 |
Color Harmonies of #B02DF1
Complementary color
Monochromatic Colors of #B02DF1
Black with #B02DF1
Text Example
Text Example
White with #B02DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DF1; }
p { color: rgb(176,45,241); }
H1.HeaderClassName
{
color: #B02DF1;
}
.AnyTagClassName
{
color: #B02DF1;
}
</style>
background-color css
<style>
a { background-color: #B02DF1; }
a { background-color: rgb(176,45,241); }
div.DivClassName
{
background-color: #B02DF1;
}
.BgClassName
{
background-color: #B02DF1;
}
</style>
border-color css
<style>
span { border-color: #B02DF1; }
span { border-color: rgb(176,45,241); }
td.TdClassName
{
border-color: #B02DF1;
}
.TagClassName
{
border-color: #B02DF1;
}
</style>