Shades of Electric Purple #BD20FB
Tints of Electric Purple #BD20FB
RGB
CMYK
RGB Variations
Color information
#BD20FB (or 0xBD20FB) is known color: Electric Purple. HEX triplet: BD, 20 and FB. RGB value is (189,32,251). Sum of RGB (Red+Green+Blue) = 189+32+251=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20FB is #42DF04. Grayscale: #676767. Windows color (decimal): -4382469 or 16457917. OLE color: 16457917.
HSL color Cylindrical-coordinate representation of color #BD20FB: hue angle of 283.01º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD20FB is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 32 | 251 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.02 |
| HSL | 283.01º | 0.96% | 0.55% | - |
| HSV(B) | 283.01º | 0.87% | 0.98% | - |
| XYZ | 38.92 | 18.82 | 92.85 | - |
| YUV | 103.91 | 211.01 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 251 | 0.25 | 0.87 | 0 | 0.02 | 283.01 | 0.96 | 0.55 |
| Hex | BD | 20 | FB | 19 | 57 | 0 | 2 | 11B | 60 | 37 |
| Octal | 275 | 40 | 373 | 31 | 127 | 0 | 2 | 433 | 140 | 67 |
| Binary | 10111101 | 100000 | 11111011 | 11001 | 1010111 | 0 | 10 | 100011011 | 1100000 | 110111 |
Color Harmonies of #BD20FB
Complementary color
Monochromatic Colors of #BD20FB
Black with #BD20FB
Text Example
Text Example
White with #BD20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20FB; }
p { color: rgb(189,32,251); }
H1.HeaderClassName
{
color: #BD20FB;
}
.AnyTagClassName
{
color: #BD20FB;
}
</style>
background-color css
<style>
a { background-color: #BD20FB; }
a { background-color: rgb(189,32,251); }
div.DivClassName
{
background-color: #BD20FB;
}
.BgClassName
{
background-color: #BD20FB;
}
</style>
border-color css
<style>
span { border-color: #BD20FB; }
span { border-color: rgb(189,32,251); }
td.TdClassName
{
border-color: #BD20FB;
}
.TagClassName
{
border-color: #BD20FB;
}
</style>