Shades of Electric Purple #BD15E6
Tints of Electric Purple #BD15E6
RGB
CMYK
RGB Variations
Color information
#BD15E6 (or 0xBD15E6) is known color: Electric Purple. HEX triplet: BD, 15 and E6. RGB value is (189,21,230). Sum of RGB (Red+Green+Blue) = 189+21+230=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD15E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD15E6 is #42EA19. Grayscale: #5E5E5E. Windows color (decimal): -4385306 or 15078845. OLE color: 15078845.
HSL color Cylindrical-coordinate representation of color #BD15E6: hue angle of 288.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD15E6 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 21 | 230 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.10 |
| HSL | 288.23º | 0.83% | 0.49% | - |
| HSV(B) | 288.23º | 0.91% | 0.9% | - |
| XYZ | 35.54 | 17.07 | 76.28 | - |
| YUV | 95.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 230 | 0.18 | 0.91 | 0 | 0.10 | 288.23 | 0.83 | 0.49 |
| Hex | BD | 15 | E6 | 12 | 5B | 0 | A | 120 | 53 | 31 |
| Octal | 275 | 25 | 346 | 22 | 133 | 0 | 12 | 440 | 123 | 61 |
| Binary | 10111101 | 10101 | 11100110 | 10010 | 1011011 | 0 | 1010 | 100100000 | 1010011 | 110001 |
Color Harmonies of #BD15E6
Complementary color
Monochromatic Colors of #BD15E6
Black with #BD15E6
Text Example
Text Example
White with #BD15E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15E6; }
p { color: rgb(189,21,230); }
H1.HeaderClassName
{
color: #BD15E6;
}
.AnyTagClassName
{
color: #BD15E6;
}
</style>
background-color css
<style>
a { background-color: #BD15E6; }
a { background-color: rgb(189,21,230); }
div.DivClassName
{
background-color: #BD15E6;
}
.BgClassName
{
background-color: #BD15E6;
}
</style>
border-color css
<style>
span { border-color: #BD15E6; }
span { border-color: rgb(189,21,230); }
td.TdClassName
{
border-color: #BD15E6;
}
.TagClassName
{
border-color: #BD15E6;
}
</style>