Shades of Blue Violet #B02EF2
Tints of Blue Violet #B02EF2
RGB
CMYK
RGB Variations
Color information
#B02EF2 (or 0xB02EF2) is known color: Blue Violet. HEX triplet: B0, 2E and F2. RGB value is (176,46,242). Sum of RGB (Red+Green+Blue) = 176+46+242=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #B02EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02EF2 is #4FD10D. Grayscale: #6A6A6A. Windows color (decimal): -5230862 or 15871664. OLE color: 15871664.
HSL color Cylindrical-coordinate representation of color #B02EF2: hue angle of 279.8º 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 #B02EF2 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 46 | 242 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.05 |
| HSL | 279.8º | 0.88% | 0.56% | - |
| HSV(B) | 279.8º | 0.81% | 0.95% | - |
| XYZ | 34.91 | 17.59 | 85.56 | - |
| YUV | 107.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 242 | 0.27 | 0.81 | 0 | 0.05 | 279.8 | 0.88 | 0.56 |
| Hex | B0 | 2E | F2 | 1B | 51 | 0 | 5 | 118 | 58 | 38 |
| Octal | 260 | 56 | 362 | 33 | 121 | 0 | 5 | 430 | 130 | 70 |
| Binary | 10110000 | 101110 | 11110010 | 11011 | 1010001 | 0 | 101 | 100011000 | 1011000 | 111000 |
Color Harmonies of #B02EF2
Complementary color
Monochromatic Colors of #B02EF2
Black with #B02EF2
Text Example
Text Example
White with #B02EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EF2; }
p { color: rgb(176,46,242); }
H1.HeaderClassName
{
color: #B02EF2;
}
.AnyTagClassName
{
color: #B02EF2;
}
</style>
background-color css
<style>
a { background-color: #B02EF2; }
a { background-color: rgb(176,46,242); }
div.DivClassName
{
background-color: #B02EF2;
}
.BgClassName
{
background-color: #B02EF2;
}
</style>
border-color css
<style>
span { border-color: #B02EF2; }
span { border-color: rgb(176,46,242); }
td.TdClassName
{
border-color: #B02EF2;
}
.TagClassName
{
border-color: #B02EF2;
}
</style>