Shades of Electric Purple #BD19F2
Tints of Electric Purple #BD19F2
RGB
CMYK
RGB Variations
Color information
#BD19F2 (or 0xBD19F2) is known color: Electric Purple. HEX triplet: BD, 19 and F2. RGB value is (189,25,242). Sum of RGB (Red+Green+Blue) = 189+25+242=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD19F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19F2 is #42E60D. Grayscale: #626262. Windows color (decimal): -4384270 or 15866301. OLE color: 15866301.
HSL color Cylindrical-coordinate representation of color #BD19F2: hue angle of 285.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD19F2 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 25 | 242 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.05 |
| HSL | 285.35º | 0.89% | 0.52% | - |
| HSV(B) | 285.35º | 0.9% | 0.95% | - |
| XYZ | 37.36 | 17.92 | 85.5 | - |
| YUV | 98.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 242 | 0.22 | 0.90 | 0 | 0.05 | 285.35 | 0.89 | 0.52 |
| Hex | BD | 19 | F2 | 16 | 5A | 0 | 5 | 11D | 59 | 34 |
| Octal | 275 | 31 | 362 | 26 | 132 | 0 | 5 | 435 | 131 | 64 |
| Binary | 10111101 | 11001 | 11110010 | 10110 | 1011010 | 0 | 101 | 100011101 | 1011001 | 110100 |
Color Harmonies of #BD19F2
Complementary color
Monochromatic Colors of #BD19F2
Black with #BD19F2
Text Example
Text Example
White with #BD19F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19F2; }
p { color: rgb(189,25,242); }
H1.HeaderClassName
{
color: #BD19F2;
}
.AnyTagClassName
{
color: #BD19F2;
}
</style>
background-color css
<style>
a { background-color: #BD19F2; }
a { background-color: rgb(189,25,242); }
div.DivClassName
{
background-color: #BD19F2;
}
.BgClassName
{
background-color: #BD19F2;
}
</style>
border-color css
<style>
span { border-color: #BD19F2; }
span { border-color: rgb(189,25,242); }
td.TdClassName
{
border-color: #BD19F2;
}
.TagClassName
{
border-color: #BD19F2;
}
</style>