Shades of Electric Purple #BD15F2
Tints of Electric Purple #BD15F2
RGB
CMYK
RGB Variations
Color information
#BD15F2 (or 0xBD15F2) is known color: Electric Purple. HEX triplet: BD, 15 and F2. RGB value is (189,21,242). Sum of RGB (Red+Green+Blue) = 189+21+242=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD15F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15F2 is #42EA0D. Grayscale: #5F5F5F. Windows color (decimal): -4385294 or 15865277. OLE color: 15865277.
HSL color Cylindrical-coordinate representation of color #BD15F2: hue angle of 285.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD15F2 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 21 | 242 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.05 |
| HSL | 285.61º | 0.89% | 0.52% | - |
| HSV(B) | 285.61º | 0.91% | 0.95% | - |
| XYZ | 37.28 | 17.77 | 85.47 | - |
| YUV | 96.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 242 | 0.22 | 0.91 | 0 | 0.05 | 285.61 | 0.89 | 0.52 |
| Hex | BD | 15 | F2 | 16 | 5B | 0 | 5 | 11E | 59 | 34 |
| Octal | 275 | 25 | 362 | 26 | 133 | 0 | 5 | 436 | 131 | 64 |
| Binary | 10111101 | 10101 | 11110010 | 10110 | 1011011 | 0 | 101 | 100011110 | 1011001 | 110100 |
Color Harmonies of #BD15F2
Complementary color
Monochromatic Colors of #BD15F2
Black with #BD15F2
Text Example
Text Example
White with #BD15F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15F2; }
p { color: rgb(189,21,242); }
H1.HeaderClassName
{
color: #BD15F2;
}
.AnyTagClassName
{
color: #BD15F2;
}
</style>
background-color css
<style>
a { background-color: #BD15F2; }
a { background-color: rgb(189,21,242); }
div.DivClassName
{
background-color: #BD15F2;
}
.BgClassName
{
background-color: #BD15F2;
}
</style>
border-color css
<style>
span { border-color: #BD15F2; }
span { border-color: rgb(189,21,242); }
td.TdClassName
{
border-color: #BD15F2;
}
.TagClassName
{
border-color: #BD15F2;
}
</style>