Shades of Electric Purple #BD24FF
Tints of Electric Purple #BD24FF
RGB
CMYK
RGB Variations
Color information
#BD24FF (or 0xBD24FF) is known color: Electric Purple. HEX triplet: BD, 24 and FF. RGB value is (189,36,255). Sum of RGB (Red+Green+Blue) = 189+36+255=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD24FF is #42DB00. Grayscale: #696969. Windows color (decimal): -4381441 or 16721085. OLE color: 16721085.
HSL color Cylindrical-coordinate representation of color #BD24FF: hue angle of 281.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD24FF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 36 | 255 | - |
| CMYK | 0.26 | 0.86 | 0 | 0 |
| HSL | 281.92º | 1% | 0.57% | - |
| HSV(B) | 281.92º | 0.86% | 1% | - |
| XYZ | 39.67 | 19.3 | 96.24 | - |
| YUV | 106.71 | 211.69 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 255 | 0.26 | 0.86 | 0 | 0 | 281.92 | 1 | 0.57 |
| Hex | BD | 24 | FF | 1A | 56 | 0 | 0 | 11A | 64 | 39 |
| Octal | 275 | 44 | 377 | 32 | 126 | 0 | 0 | 432 | 144 | 71 |
| Binary | 10111101 | 100100 | 11111111 | 11010 | 1010110 | 0 | 0 | 100011010 | 1100100 | 111001 |
Color Harmonies of #BD24FF
Complementary color
Monochromatic Colors of #BD24FF
Black with #BD24FF
Text Example
Text Example
White with #BD24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24FF; }
p { color: rgb(189,36,255); }
H1.HeaderClassName
{
color: #BD24FF;
}
.AnyTagClassName
{
color: #BD24FF;
}
</style>
background-color css
<style>
a { background-color: #BD24FF; }
a { background-color: rgb(189,36,255); }
div.DivClassName
{
background-color: #BD24FF;
}
.BgClassName
{
background-color: #BD24FF;
}
</style>
border-color css
<style>
span { border-color: #BD24FF; }
span { border-color: rgb(189,36,255); }
td.TdClassName
{
border-color: #BD24FF;
}
.TagClassName
{
border-color: #BD24FF;
}
</style>