Shades of Electric Purple #B80AF3
Tints of Electric Purple #B80AF3
RGB
CMYK
RGB Variations
Color information
#B80AF3 (or 0xB80AF3) is known color: Electric Purple. HEX triplet: B8, 0A and F3. RGB value is (184,10,243). Sum of RGB (Red+Green+Blue) = 184+10+243=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #B80AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AF3 is #47F50C. Grayscale: #575757. Windows color (decimal): -4715789 or 15927992. OLE color: 15927992.
HSL color Cylindrical-coordinate representation of color #B80AF3: hue angle of 284.81º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80AF3 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 184 | 10 | 243 | - |
CMYK | 0.24 | 0.96 | 0 | 0.05 |
HSL | 284.81º | 0.92% | 0.5% | - |
HSV(B) | 284.81º | 0.96% | 0.95% | - |
XYZ | 36.05 | 16.88 | 86.15 | - |
YUV | 88.59 | 215.15 | 196.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 10 | 243 | 0.24 | 0.96 | 0 | 0.05 | 284.81 | 0.92 | 0.5 |
Hex | B8 | A | F3 | 18 | 60 | 0 | 5 | 11D | 5C | 32 |
Octal | 270 | 12 | 363 | 30 | 140 | 0 | 5 | 435 | 134 | 62 |
Binary | 10111000 | 1010 | 11110011 | 11000 | 1100000 | 0 | 101 | 100011101 | 1011100 | 110010 |
Color Harmonies of #B80AF3
Complementary color
Monochromatic Colors of #B80AF3
Black with #B80AF3
Text Example
Text Example
White with #B80AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AF3; }
p { color: rgb(184,10,243); }
H1.HeaderClassName
{
color: #B80AF3;
}
.AnyTagClassName
{
color: #B80AF3;
}
</style>
background-color css
<style>
a { background-color: #B80AF3; }
a { background-color: rgb(184,10,243); }
div.DivClassName
{
background-color: #B80AF3;
}
.BgClassName
{
background-color: #B80AF3;
}
</style>
border-color css
<style>
span { border-color: #B80AF3; }
span { border-color: rgb(184,10,243); }
td.TdClassName
{
border-color: #B80AF3;
}
.TagClassName
{
border-color: #B80AF3;
}
</style>