Shades of Blue Violet #B02DF2
Tints of Blue Violet #B02DF2
RGB
CMYK
RGB Variations
Color information
#B02DF2 (or 0xB02DF2) is known color: Blue Violet. HEX triplet: B0, 2D and F2. RGB value is (176,45,242). Sum of RGB (Red+Green+Blue) = 176+45+242=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #B02DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02DF2 is #4FD20D. Grayscale: #696969. Windows color (decimal): -5231118 or 15871408. OLE color: 15871408.
HSL color Cylindrical-coordinate representation of color #B02DF2: hue angle of 279.9º 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 #B02DF2 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 45 | 242 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.05 |
| HSL | 279.9º | 0.88% | 0.56% | - |
| HSV(B) | 279.9º | 0.81% | 0.95% | - |
| XYZ | 34.87 | 17.52 | 85.55 | - |
| YUV | 106.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 242 | 0.27 | 0.81 | 0 | 0.05 | 279.9 | 0.88 | 0.56 |
| Hex | B0 | 2D | F2 | 1B | 51 | 0 | 5 | 118 | 58 | 38 |
| Octal | 260 | 55 | 362 | 33 | 121 | 0 | 5 | 430 | 130 | 70 |
| Binary | 10110000 | 101101 | 11110010 | 11011 | 1010001 | 0 | 101 | 100011000 | 1011000 | 111000 |
Color Harmonies of #B02DF2
Complementary color
Monochromatic Colors of #B02DF2
Black with #B02DF2
Text Example
Text Example
White with #B02DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DF2; }
p { color: rgb(176,45,242); }
H1.HeaderClassName
{
color: #B02DF2;
}
.AnyTagClassName
{
color: #B02DF2;
}
</style>
background-color css
<style>
a { background-color: #B02DF2; }
a { background-color: rgb(176,45,242); }
div.DivClassName
{
background-color: #B02DF2;
}
.BgClassName
{
background-color: #B02DF2;
}
</style>
border-color css
<style>
span { border-color: #B02DF2; }
span { border-color: rgb(176,45,242); }
td.TdClassName
{
border-color: #B02DF2;
}
.TagClassName
{
border-color: #B02DF2;
}
</style>