Shades of Electric Purple #BD13FF
Tints of Electric Purple #BD13FF
RGB
CMYK
RGB Variations
Color information
#BD13FF (or 0xBD13FF) is known color: Electric Purple. HEX triplet: BD, 13 and FF. RGB value is (189,19,255). Sum of RGB (Red+Green+Blue) = 189+19+255=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD13FF is #42EC00. Grayscale: #5F5F5F. Windows color (decimal): -4385793 or 16716733. OLE color: 16716733.
HSL color Cylindrical-coordinate representation of color #BD13FF: hue angle of 283.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD13FF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 19 | 255 | - |
| CMYK | 0.26 | 0.93 | 0 | 0 |
| HSL | 283.22º | 1% | 0.54% | - |
| HSV(B) | 283.22º | 0.93% | 1% | - |
| XYZ | 39.27 | 18.5 | 96.11 | - |
| YUV | 96.73 | 217.32 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 255 | 0.26 | 0.93 | 0 | 0 | 283.22 | 1 | 0.54 |
| Hex | BD | 13 | FF | 1A | 5D | 0 | 0 | 11B | 64 | 36 |
| Octal | 275 | 23 | 377 | 32 | 135 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111101 | 10011 | 11111111 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BD13FF
Complementary color
Monochromatic Colors of #BD13FF
Black with #BD13FF
Text Example
Text Example
White with #BD13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13FF; }
p { color: rgb(189,19,255); }
H1.HeaderClassName
{
color: #BD13FF;
}
.AnyTagClassName
{
color: #BD13FF;
}
</style>
background-color css
<style>
a { background-color: #BD13FF; }
a { background-color: rgb(189,19,255); }
div.DivClassName
{
background-color: #BD13FF;
}
.BgClassName
{
background-color: #BD13FF;
}
</style>
border-color css
<style>
span { border-color: #BD13FF; }
span { border-color: rgb(189,19,255); }
td.TdClassName
{
border-color: #BD13FF;
}
.TagClassName
{
border-color: #BD13FF;
}
</style>