Shades of Electric Purple #B306F0
Tints of Electric Purple #B306F0
RGB
CMYK
RGB Variations
Color information
#B306F0 (or 0xB306F0) is known color: Electric Purple. HEX triplet: B3, 06 and F0. RGB value is (179,6,240). Sum of RGB (Red+Green+Blue) = 179+6+240=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #B306F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B306F0 is #4CF90F. Grayscale: #535353. Windows color (decimal): -5044496 or 15730355. OLE color: 15730355.
HSL color Cylindrical-coordinate representation of color #B306F0: hue angle of 284.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B306F0 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 6 | 240 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.06 |
| HSL | 284.36º | 0.95% | 0.48% | - |
| HSV(B) | 284.36º | 0.98% | 0.94% | - |
| XYZ | 34.38 | 16.01 | 83.72 | - |
| YUV | 84.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 240 | 0.25 | 0.98 | 0 | 0.06 | 284.36 | 0.95 | 0.48 |
| Hex | B3 | 6 | F0 | 19 | 62 | 0 | 6 | 11C | 5F | 30 |
| Octal | 263 | 6 | 360 | 31 | 142 | 0 | 6 | 434 | 137 | 60 |
| Binary | 10110011 | 110 | 11110000 | 11001 | 1100010 | 0 | 110 | 100011100 | 1011111 | 110000 |
Color Harmonies of #B306F0
Complementary color
Monochromatic Colors of #B306F0
Black with #B306F0
Text Example
Text Example
White with #B306F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306F0; }
p { color: rgb(179,6,240); }
H1.HeaderClassName
{
color: #B306F0;
}
.AnyTagClassName
{
color: #B306F0;
}
</style>
background-color css
<style>
a { background-color: #B306F0; }
a { background-color: rgb(179,6,240); }
div.DivClassName
{
background-color: #B306F0;
}
.BgClassName
{
background-color: #B306F0;
}
</style>
border-color css
<style>
span { border-color: #B306F0; }
span { border-color: rgb(179,6,240); }
td.TdClassName
{
border-color: #B306F0;
}
.TagClassName
{
border-color: #B306F0;
}
</style>