Shades of Electric Purple #BB03FD
Tints of Electric Purple #BB03FD
RGB
CMYK
RGB Variations
Color information
#BB03FD (or 0xBB03FD) is known color: Electric Purple. HEX triplet: BB, 03 and FD. RGB value is (187,3,253). Sum of RGB (Red+Green+Blue) = 187+3+253=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB03FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03FD is #44FC02. Grayscale: #555555. Windows color (decimal): -4520963 or 16581563. OLE color: 16581563.
HSL color Cylindrical-coordinate representation of color #BB03FD: hue angle of 284.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03FD is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 3 | 253 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.01 |
| HSL | 284.16º | 0.98% | 0.5% | - |
| HSV(B) | 284.16º | 0.99% | 0.99% | - |
| XYZ | 38.26 | 17.72 | 94.33 | - |
| YUV | 86.52 | 221.96 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 253 | 0.26 | 0.99 | 0 | 0.01 | 284.16 | 0.98 | 0.5 |
| Hex | BB | 3 | FD | 1A | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 273 | 3 | 375 | 32 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111011 | 11 | 11111101 | 11010 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BB03FD
Complementary color
Monochromatic Colors of #BB03FD
Black with #BB03FD
Text Example
Text Example
White with #BB03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03FD; }
p { color: rgb(187,3,253); }
H1.HeaderClassName
{
color: #BB03FD;
}
.AnyTagClassName
{
color: #BB03FD;
}
</style>
background-color css
<style>
a { background-color: #BB03FD; }
a { background-color: rgb(187,3,253); }
div.DivClassName
{
background-color: #BB03FD;
}
.BgClassName
{
background-color: #BB03FD;
}
</style>
border-color css
<style>
span { border-color: #BB03FD; }
span { border-color: rgb(187,3,253); }
td.TdClassName
{
border-color: #BB03FD;
}
.TagClassName
{
border-color: #BB03FD;
}
</style>