Shades of Electric Purple #BD0FF5
Tints of Electric Purple #BD0FF5
RGB
CMYK
RGB Variations
Color information
#BD0FF5 (or 0xBD0FF5) is known color: Electric Purple. HEX triplet: BD, 0F and F5. RGB value is (189,15,245). Sum of RGB (Red+Green+Blue) = 189+15+245=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 245 (96.09% from 255 or 54.57% from 449); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD0FF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FF5 is #42F00A. Grayscale: #5C5C5C. Windows color (decimal): -4386827 or 16060349. OLE color: 16060349.
HSL color Cylindrical-coordinate representation of color #BD0FF5: hue angle of 285.39º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FF5 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 15 | 245 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.04 |
| HSL | 285.39º | 0.92% | 0.51% | - |
| HSV(B) | 285.39º | 0.94% | 0.96% | - |
| XYZ | 37.64 | 17.75 | 87.83 | - |
| YUV | 93.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 245 | 0.23 | 0.94 | 0 | 0.04 | 285.39 | 0.92 | 0.51 |
| Hex | BD | F | F5 | 17 | 5E | 0 | 4 | 11D | 5C | 33 |
| Octal | 275 | 17 | 365 | 27 | 136 | 0 | 4 | 435 | 134 | 63 |
| Binary | 10111101 | 1111 | 11110101 | 10111 | 1011110 | 0 | 100 | 100011101 | 1011100 | 110011 |
Color Harmonies of #BD0FF5
Complementary color
Monochromatic Colors of #BD0FF5
Black with #BD0FF5
Text Example
Text Example
White with #BD0FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FF5; }
p { color: rgb(189,15,245); }
H1.HeaderClassName
{
color: #BD0FF5;
}
.AnyTagClassName
{
color: #BD0FF5;
}
</style>
background-color css
<style>
a { background-color: #BD0FF5; }
a { background-color: rgb(189,15,245); }
div.DivClassName
{
background-color: #BD0FF5;
}
.BgClassName
{
background-color: #BD0FF5;
}
</style>
border-color css
<style>
span { border-color: #BD0FF5; }
span { border-color: rgb(189,15,245); }
td.TdClassName
{
border-color: #BD0FF5;
}
.TagClassName
{
border-color: #BD0FF5;
}
</style>