Shades of Electric Purple #BD10FF
Tints of Electric Purple #BD10FF
RGB
CMYK
RGB Variations
Color information
#BD10FF (or 0xBD10FF) is known color: Electric Purple. HEX triplet: BD, 10 and FF. RGB value is (189,16,255). Sum of RGB (Red+Green+Blue) = 189+16+255=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10FF is #42EF00. Grayscale: #5E5E5E. Windows color (decimal): -4386561 or 16715965. OLE color: 16715965.
HSL color Cylindrical-coordinate representation of color #BD10FF: hue angle of 283.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD10FF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 16 | 255 | - |
| CMYK | 0.26 | 0.94 | 0 | 0 |
| HSL | 283.43º | 1% | 0.53% | - |
| HSV(B) | 283.43º | 0.94% | 1% | - |
| XYZ | 39.22 | 18.41 | 96.09 | - |
| YUV | 94.97 | 218.31 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 255 | 0.26 | 0.94 | 0 | 0 | 283.43 | 1 | 0.53 |
| Hex | BD | 10 | FF | 1A | 5E | 0 | 0 | 11B | 64 | 35 |
| Octal | 275 | 20 | 377 | 32 | 136 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111101 | 10000 | 11111111 | 11010 | 1011110 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BD10FF
Complementary color
Monochromatic Colors of #BD10FF
Black with #BD10FF
Text Example
Text Example
White with #BD10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10FF; }
p { color: rgb(189,16,255); }
H1.HeaderClassName
{
color: #BD10FF;
}
.AnyTagClassName
{
color: #BD10FF;
}
</style>
background-color css
<style>
a { background-color: #BD10FF; }
a { background-color: rgb(189,16,255); }
div.DivClassName
{
background-color: #BD10FF;
}
.BgClassName
{
background-color: #BD10FF;
}
</style>
border-color css
<style>
span { border-color: #BD10FF; }
span { border-color: rgb(189,16,255); }
td.TdClassName
{
border-color: #BD10FF;
}
.TagClassName
{
border-color: #BD10FF;
}
</style>