Shades of Electric Purple #B301F6
Tints of Electric Purple #B301F6
RGB
CMYK
RGB Variations
Color information
#B301F6 (or 0xB301F6) is known color: Electric Purple. HEX triplet: B3, 01 and F6. RGB value is (179,1,246). Sum of RGB (Red+Green+Blue) = 179+1+246=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #B301F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301F6 is #4CFE09. Grayscale: #515151. Windows color (decimal): -5045770 or 16122291. OLE color: 16122291.
HSL color Cylindrical-coordinate representation of color #B301F6: hue angle of 283.59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301F6 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 1 | 246 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.04 |
| HSL | 283.59º | 0.99% | 0.48% | - |
| HSV(B) | 283.59º | 1% | 0.96% | - |
| XYZ | 35.24 | 16.26 | 88.47 | - |
| YUV | 82.15 | 220.47 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 246 | 0.27 | 1.00 | 0 | 0.04 | 283.59 | 0.99 | 0.48 |
| Hex | B3 | 1 | F6 | 1B | 64 | 0 | 4 | 11C | 63 | 30 |
| Octal | 263 | 1 | 366 | 33 | 144 | 0 | 4 | 434 | 143 | 60 |
| Binary | 10110011 | 1 | 11110110 | 11011 | 1100100 | 0 | 100 | 100011100 | 1100011 | 110000 |
Color Harmonies of #B301F6
Complementary color
Monochromatic Colors of #B301F6
Black with #B301F6
Text Example
Text Example
White with #B301F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301F6; }
p { color: rgb(179,1,246); }
H1.HeaderClassName
{
color: #B301F6;
}
.AnyTagClassName
{
color: #B301F6;
}
</style>
background-color css
<style>
a { background-color: #B301F6; }
a { background-color: rgb(179,1,246); }
div.DivClassName
{
background-color: #B301F6;
}
.BgClassName
{
background-color: #B301F6;
}
</style>
border-color css
<style>
span { border-color: #B301F6; }
span { border-color: rgb(179,1,246); }
td.TdClassName
{
border-color: #B301F6;
}
.TagClassName
{
border-color: #B301F6;
}
</style>