Shades of Blue Violet #B42FF7
Tints of Blue Violet #B42FF7
RGB
CMYK
RGB Variations
Color information
#B42FF7 (or 0xB42FF7) is known color: Blue Violet. HEX triplet: B4, 2F and F7. RGB value is (180,47,247). Sum of RGB (Red+Green+Blue) = 180+47+247=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #B42FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FF7 is #4BD008. Grayscale: #6C6C6C. Windows color (decimal): -4968457 or 16199604. OLE color: 16199604.
HSL color Cylindrical-coordinate representation of color #B42FF7: hue angle of 279.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42FF7 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 47 | 247 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.03 |
| HSL | 279.9º | 0.93% | 0.58% | - |
| HSV(B) | 279.9º | 0.81% | 0.97% | - |
| XYZ | 36.63 | 18.45 | 89.63 | - |
| YUV | 109.57 | 205.56 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 247 | 0.27 | 0.81 | 0 | 0.03 | 279.9 | 0.93 | 0.58 |
| Hex | B4 | 2F | F7 | 1B | 51 | 0 | 3 | 118 | 5D | 3A |
| Octal | 264 | 57 | 367 | 33 | 121 | 0 | 3 | 430 | 135 | 72 |
| Binary | 10110100 | 101111 | 11110111 | 11011 | 1010001 | 0 | 11 | 100011000 | 1011101 | 111010 |
Color Harmonies of #B42FF7
Complementary color
Monochromatic Colors of #B42FF7
Black with #B42FF7
Text Example
Text Example
White with #B42FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FF7; }
p { color: rgb(180,47,247); }
H1.HeaderClassName
{
color: #B42FF7;
}
.AnyTagClassName
{
color: #B42FF7;
}
</style>
background-color css
<style>
a { background-color: #B42FF7; }
a { background-color: rgb(180,47,247); }
div.DivClassName
{
background-color: #B42FF7;
}
.BgClassName
{
background-color: #B42FF7;
}
</style>
border-color css
<style>
span { border-color: #B42FF7; }
span { border-color: rgb(180,47,247); }
td.TdClassName
{
border-color: #B42FF7;
}
.TagClassName
{
border-color: #B42FF7;
}
</style>