Shades of Electric Purple #B80BF2
Tints of Electric Purple #B80BF2
RGB
CMYK
RGB Variations
Color information
#B80BF2 (or 0xB80BF2) is known color: Electric Purple. HEX triplet: B8, 0B and F2. RGB value is (184,11,242). Sum of RGB (Red+Green+Blue) = 184+11+242=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #B80BF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BF2 is #47F40D. Grayscale: #585858. Windows color (decimal): -4715534 or 15862712. OLE color: 15862712.
HSL color Cylindrical-coordinate representation of color #B80BF2: hue angle of 284.94º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BF2 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 11 | 242 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.05 |
| HSL | 284.94º | 0.91% | 0.5% | - |
| HSV(B) | 284.94º | 0.95% | 0.95% | - |
| XYZ | 35.91 | 16.84 | 85.36 | - |
| YUV | 89.06 | 214.31 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 242 | 0.24 | 0.95 | 0 | 0.05 | 284.94 | 0.91 | 0.5 |
| Hex | B8 | B | F2 | 18 | 5F | 0 | 5 | 11D | 5B | 32 |
| Octal | 270 | 13 | 362 | 30 | 137 | 0 | 5 | 435 | 133 | 62 |
| Binary | 10111000 | 1011 | 11110010 | 11000 | 1011111 | 0 | 101 | 100011101 | 1011011 | 110010 |
Color Harmonies of #B80BF2
Complementary color
Monochromatic Colors of #B80BF2
Black with #B80BF2
Text Example
Text Example
White with #B80BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BF2; }
p { color: rgb(184,11,242); }
H1.HeaderClassName
{
color: #B80BF2;
}
.AnyTagClassName
{
color: #B80BF2;
}
</style>
background-color css
<style>
a { background-color: #B80BF2; }
a { background-color: rgb(184,11,242); }
div.DivClassName
{
background-color: #B80BF2;
}
.BgClassName
{
background-color: #B80BF2;
}
</style>
border-color css
<style>
span { border-color: #B80BF2; }
span { border-color: rgb(184,11,242); }
td.TdClassName
{
border-color: #B80BF2;
}
.TagClassName
{
border-color: #B80BF2;
}
</style>