Shades of Electric Purple #BD0DFF
Tints of Electric Purple #BD0DFF
RGB
CMYK
RGB Variations
Color information
#BD0DFF (or 0xBD0DFF) is known color: Electric Purple. HEX triplet: BD, 0D and FF. RGB value is (189,13,255). Sum of RGB (Red+Green+Blue) = 189+13+255=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD0DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0DFF is #42F200. Grayscale: #5C5C5C. Windows color (decimal): -4387329 or 16715197. OLE color: 16715197.
HSL color Cylindrical-coordinate representation of color #BD0DFF: hue angle of 283.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0DFF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 13 | 255 | - |
| CMYK | 0.26 | 0.95 | 0 | 0 |
| HSL | 283.64º | 1% | 0.53% | - |
| HSV(B) | 283.64º | 0.95% | 1% | - |
| XYZ | 39.18 | 18.33 | 96.08 | - |
| YUV | 93.21 | 219.31 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 255 | 0.26 | 0.95 | 0 | 0 | 283.64 | 1 | 0.53 |
| Hex | BD | D | FF | 1A | 5F | 0 | 0 | 11C | 64 | 35 |
| Octal | 275 | 15 | 377 | 32 | 137 | 0 | 0 | 434 | 144 | 65 |
| Binary | 10111101 | 1101 | 11111111 | 11010 | 1011111 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #BD0DFF
Complementary color
Monochromatic Colors of #BD0DFF
Black with #BD0DFF
Text Example
Text Example
White with #BD0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DFF; }
p { color: rgb(189,13,255); }
H1.HeaderClassName
{
color: #BD0DFF;
}
.AnyTagClassName
{
color: #BD0DFF;
}
</style>
background-color css
<style>
a { background-color: #BD0DFF; }
a { background-color: rgb(189,13,255); }
div.DivClassName
{
background-color: #BD0DFF;
}
.BgClassName
{
background-color: #BD0DFF;
}
</style>
border-color css
<style>
span { border-color: #BD0DFF; }
span { border-color: rgb(189,13,255); }
td.TdClassName
{
border-color: #BD0DFF;
}
.TagClassName
{
border-color: #BD0DFF;
}
</style>