Shades of Blue Violet #B02EFA
Tints of Blue Violet #B02EFA
RGB
CMYK
RGB Variations
Color information
#B02EFA (or 0xB02EFA) is known color: Blue Violet. HEX triplet: B0, 2E and FA. RGB value is (176,46,250). Sum of RGB (Red+Green+Blue) = 176+46+250=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #B02EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02EFA is #4FD105. Grayscale: #6B6B6B. Windows color (decimal): -5230854 or 16395952. OLE color: 16395952.
HSL color Cylindrical-coordinate representation of color #B02EFA: hue angle of 278.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02EFA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 46 | 250 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.02 |
| HSL | 278.24º | 0.95% | 0.58% | - |
| HSV(B) | 278.24º | 0.82% | 0.98% | - |
| XYZ | 36.14 | 18.09 | 92.03 | - |
| YUV | 108.13 | 208.07 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 250 | 0.30 | 0.82 | 0 | 0.02 | 278.24 | 0.95 | 0.58 |
| Hex | B0 | 2E | FA | 1E | 52 | 0 | 2 | 116 | 5F | 3A |
| Octal | 260 | 56 | 372 | 36 | 122 | 0 | 2 | 426 | 137 | 72 |
| Binary | 10110000 | 101110 | 11111010 | 11110 | 1010010 | 0 | 10 | 100010110 | 1011111 | 111010 |
Color Harmonies of #B02EFA
Complementary color
Monochromatic Colors of #B02EFA
Black with #B02EFA
Text Example
Text Example
White with #B02EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EFA; }
p { color: rgb(176,46,250); }
H1.HeaderClassName
{
color: #B02EFA;
}
.AnyTagClassName
{
color: #B02EFA;
}
</style>
background-color css
<style>
a { background-color: #B02EFA; }
a { background-color: rgb(176,46,250); }
div.DivClassName
{
background-color: #B02EFA;
}
.BgClassName
{
background-color: #B02EFA;
}
</style>
border-color css
<style>
span { border-color: #B02EFA; }
span { border-color: rgb(176,46,250); }
td.TdClassName
{
border-color: #B02EFA;
}
.TagClassName
{
border-color: #B02EFA;
}
</style>