Shades of Electric Purple #B830FB
Tints of Electric Purple #B830FB
RGB
CMYK
RGB Variations
Color information
#B830FB (or 0xB830FB) is known color: Electric Purple. HEX triplet: B8, 30 and FB. RGB value is (184,48,251). Sum of RGB (Red+Green+Blue) = 184+48+251=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #B830FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830FB is #47CF04. Grayscale: #6F6F6F. Windows color (decimal): -4706053 or 16462008. OLE color: 16462008.
HSL color Cylindrical-coordinate representation of color #B830FB: hue angle of 280.2º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B830FB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 48 | 251 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.02 |
| HSL | 280.2º | 0.96% | 0.59% | - |
| HSV(B) | 280.2º | 0.81% | 0.98% | - |
| XYZ | 38.24 | 19.27 | 92.97 | - |
| YUV | 111.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 251 | 0.27 | 0.81 | 0 | 0.02 | 280.2 | 0.96 | 0.59 |
| Hex | B8 | 30 | FB | 1B | 51 | 0 | 2 | 118 | 60 | 3B |
| Octal | 270 | 60 | 373 | 33 | 121 | 0 | 2 | 430 | 140 | 73 |
| Binary | 10111000 | 110000 | 11111011 | 11011 | 1010001 | 0 | 10 | 100011000 | 1100000 | 111011 |
Color Harmonies of #B830FB
Complementary color
Monochromatic Colors of #B830FB
Black with #B830FB
Text Example
Text Example
White with #B830FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830FB; }
p { color: rgb(184,48,251); }
H1.HeaderClassName
{
color: #B830FB;
}
.AnyTagClassName
{
color: #B830FB;
}
</style>
background-color css
<style>
a { background-color: #B830FB; }
a { background-color: rgb(184,48,251); }
div.DivClassName
{
background-color: #B830FB;
}
.BgClassName
{
background-color: #B830FB;
}
</style>
border-color css
<style>
span { border-color: #B830FB; }
span { border-color: rgb(184,48,251); }
td.TdClassName
{
border-color: #B830FB;
}
.TagClassName
{
border-color: #B830FB;
}
</style>