Shades of Electric Purple #B302F0
Tints of Electric Purple #B302F0
RGB
CMYK
RGB Variations
Color information
#B302F0 (or 0xB302F0) is known color: Electric Purple. HEX triplet: B3, 02 and F0. RGB value is (179,2,240). Sum of RGB (Red+Green+Blue) = 179+2+240=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #B302F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302F0 is #4CFD0F. Grayscale: #515151. Windows color (decimal): -5045520 or 15729331. OLE color: 15729331.
HSL color Cylindrical-coordinate representation of color #B302F0: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302F0 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 2 | 240 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.06 |
| HSL | 284.62º | 0.98% | 0.47% | - |
| HSV(B) | 284.62º | 0.99% | 0.94% | - |
| XYZ | 34.34 | 15.92 | 83.7 | - |
| YUV | 82.06 | 217.14 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 240 | 0.25 | 0.99 | 0 | 0.06 | 284.62 | 0.98 | 0.47 |
| Hex | B3 | 2 | F0 | 19 | 63 | 0 | 6 | 11D | 62 | 2F |
| Octal | 263 | 2 | 360 | 31 | 143 | 0 | 6 | 435 | 142 | 57 |
| Binary | 10110011 | 10 | 11110000 | 11001 | 1100011 | 0 | 110 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B302F0
Complementary color
Monochromatic Colors of #B302F0
Black with #B302F0
Text Example
Text Example
White with #B302F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302F0; }
p { color: rgb(179,2,240); }
H1.HeaderClassName
{
color: #B302F0;
}
.AnyTagClassName
{
color: #B302F0;
}
</style>
background-color css
<style>
a { background-color: #B302F0; }
a { background-color: rgb(179,2,240); }
div.DivClassName
{
background-color: #B302F0;
}
.BgClassName
{
background-color: #B302F0;
}
</style>
border-color css
<style>
span { border-color: #B302F0; }
span { border-color: rgb(179,2,240); }
td.TdClassName
{
border-color: #B302F0;
}
.TagClassName
{
border-color: #B302F0;
}
</style>