Shades of Blue Violet #B02FFF
Tints of Blue Violet #B02FFF
RGB
CMYK
RGB Variations
Color information
#B02FFF (or 0xB02FFF) is known color: Blue Violet. HEX triplet: B0, 2F and FF. RGB value is (176,47,255). Sum of RGB (Red+Green+Blue) = 176+47+255=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #B02FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02FFF is #4FD000. Grayscale: #6C6C6C. Windows color (decimal): -5230593 or 16723888. OLE color: 16723888.
HSL color Cylindrical-coordinate representation of color #B02FFF: hue angle of 277.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02FFF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 47 | 255 | - |
| CMYK | 0.31 | 0.82 | 0 | 0 |
| HSL | 277.21º | 1% | 0.59% | - |
| HSV(B) | 277.21º | 0.82% | 1% | - |
| XYZ | 36.97 | 18.48 | 96.23 | - |
| YUV | 109.28 | 210.24 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 255 | 0.31 | 0.82 | 0 | 0 | 277.21 | 1 | 0.59 |
| Hex | B0 | 2F | FF | 1F | 52 | 0 | 0 | 115 | 64 | 3B |
| Octal | 260 | 57 | 377 | 37 | 122 | 0 | 0 | 425 | 144 | 73 |
| Binary | 10110000 | 101111 | 11111111 | 11111 | 1010010 | 0 | 0 | 100010101 | 1100100 | 111011 |
Color Harmonies of #B02FFF
Complementary color
Monochromatic Colors of #B02FFF
Black with #B02FFF
Text Example
Text Example
White with #B02FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02FFF; }
p { color: rgb(176,47,255); }
H1.HeaderClassName
{
color: #B02FFF;
}
.AnyTagClassName
{
color: #B02FFF;
}
</style>
background-color css
<style>
a { background-color: #B02FFF; }
a { background-color: rgb(176,47,255); }
div.DivClassName
{
background-color: #B02FFF;
}
.BgClassName
{
background-color: #B02FFF;
}
</style>
border-color css
<style>
span { border-color: #B02FFF; }
span { border-color: rgb(176,47,255); }
td.TdClassName
{
border-color: #B02FFF;
}
.TagClassName
{
border-color: #B02FFF;
}
</style>