Shades of Blue Violet #B02DF3
Tints of Blue Violet #B02DF3
RGB
CMYK
RGB Variations
Color information
#B02DF3 (or 0xB02DF3) is known color: Blue Violet. HEX triplet: B0, 2D and F3. RGB value is (176,45,243). Sum of RGB (Red+Green+Blue) = 176+45+243=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #B02DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02DF3 is #4FD20C. Grayscale: #6A6A6A. Windows color (decimal): -5231117 or 15936944. OLE color: 15936944.
HSL color Cylindrical-coordinate representation of color #B02DF3: hue angle of 279.7º degrees, saturation: 0.89, 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 #B02DF3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 45 | 243 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.05 |
| HSL | 279.7º | 0.89% | 0.56% | - |
| HSV(B) | 279.7º | 0.81% | 0.95% | - |
| XYZ | 35.02 | 17.58 | 86.34 | - |
| YUV | 106.74 | 204.9 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 243 | 0.28 | 0.81 | 0 | 0.05 | 279.7 | 0.89 | 0.56 |
| Hex | B0 | 2D | F3 | 1C | 51 | 0 | 5 | 118 | 59 | 38 |
| Octal | 260 | 55 | 363 | 34 | 121 | 0 | 5 | 430 | 131 | 70 |
| Binary | 10110000 | 101101 | 11110011 | 11100 | 1010001 | 0 | 101 | 100011000 | 1011001 | 111000 |
Color Harmonies of #B02DF3
Complementary color
Monochromatic Colors of #B02DF3
Black with #B02DF3
Text Example
Text Example
White with #B02DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02DF3; }
p { color: rgb(176,45,243); }
H1.HeaderClassName
{
color: #B02DF3;
}
.AnyTagClassName
{
color: #B02DF3;
}
</style>
background-color css
<style>
a { background-color: #B02DF3; }
a { background-color: rgb(176,45,243); }
div.DivClassName
{
background-color: #B02DF3;
}
.BgClassName
{
background-color: #B02DF3;
}
</style>
border-color css
<style>
span { border-color: #B02DF3; }
span { border-color: rgb(176,45,243); }
td.TdClassName
{
border-color: #B02DF3;
}
.TagClassName
{
border-color: #B02DF3;
}
</style>