Shades of Electric Purple #B80FFC
Tints of Electric Purple #B80FFC
RGB
CMYK
RGB Variations
Color information
#B80FFC (or 0xB80FFC) is known color: Electric Purple. HEX triplet: B8, 0F and FC. RGB value is (184,15,252). Sum of RGB (Red+Green+Blue) = 184+15+252=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #B80FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FFC is #47F003. Grayscale: #5B5B5B. Windows color (decimal): -4714500 or 16519096. OLE color: 16519096.
HSL color Cylindrical-coordinate representation of color #B80FFC: hue angle of 282.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80FFC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 15 | 252 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.01 |
| HSL | 282.78º | 0.98% | 0.52% | - |
| HSV(B) | 282.78º | 0.94% | 0.99% | - |
| XYZ | 37.51 | 17.56 | 93.51 | - |
| YUV | 92.55 | 217.99 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 252 | 0.27 | 0.94 | 0 | 0.01 | 282.78 | 0.98 | 0.52 |
| Hex | B8 | F | FC | 1B | 5E | 0 | 1 | 11B | 62 | 34 |
| Octal | 270 | 17 | 374 | 33 | 136 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111000 | 1111 | 11111100 | 11011 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B80FFC
Complementary color
Monochromatic Colors of #B80FFC
Black with #B80FFC
Text Example
Text Example
White with #B80FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FFC; }
p { color: rgb(184,15,252); }
H1.HeaderClassName
{
color: #B80FFC;
}
.AnyTagClassName
{
color: #B80FFC;
}
</style>
background-color css
<style>
a { background-color: #B80FFC; }
a { background-color: rgb(184,15,252); }
div.DivClassName
{
background-color: #B80FFC;
}
.BgClassName
{
background-color: #B80FFC;
}
</style>
border-color css
<style>
span { border-color: #B80FFC; }
span { border-color: rgb(184,15,252); }
td.TdClassName
{
border-color: #B80FFC;
}
.TagClassName
{
border-color: #B80FFC;
}
</style>