Shades of Electric Purple #BD10F8
Tints of Electric Purple #BD10F8
RGB
CMYK
RGB Variations
Color information
#BD10F8 (or 0xBD10F8) is known color: Electric Purple. HEX triplet: BD, 10 and F8. RGB value is (189,16,248). Sum of RGB (Red+Green+Blue) = 189+16+248=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD10F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10F8 is #42EF07. Grayscale: #5D5D5D. Windows color (decimal): -4386568 or 16257213. OLE color: 16257213.
HSL color Cylindrical-coordinate representation of color #BD10F8: hue angle of 284.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD10F8 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 16 | 248 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.03 |
| HSL | 284.74º | 0.94% | 0.52% | - |
| HSV(B) | 284.74º | 0.94% | 0.97% | - |
| XYZ | 38.11 | 17.97 | 90.27 | - |
| YUV | 94.18 | 214.81 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 248 | 0.24 | 0.94 | 0 | 0.03 | 284.74 | 0.94 | 0.52 |
| Hex | BD | 10 | F8 | 18 | 5E | 0 | 3 | 11D | 5E | 34 |
| Octal | 275 | 20 | 370 | 30 | 136 | 0 | 3 | 435 | 136 | 64 |
| Binary | 10111101 | 10000 | 11111000 | 11000 | 1011110 | 0 | 11 | 100011101 | 1011110 | 110100 |
Color Harmonies of #BD10F8
Complementary color
Monochromatic Colors of #BD10F8
Black with #BD10F8
Text Example
Text Example
White with #BD10F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10F8; }
p { color: rgb(189,16,248); }
H1.HeaderClassName
{
color: #BD10F8;
}
.AnyTagClassName
{
color: #BD10F8;
}
</style>
background-color css
<style>
a { background-color: #BD10F8; }
a { background-color: rgb(189,16,248); }
div.DivClassName
{
background-color: #BD10F8;
}
.BgClassName
{
background-color: #BD10F8;
}
</style>
border-color css
<style>
span { border-color: #BD10F8; }
span { border-color: rgb(189,16,248); }
td.TdClassName
{
border-color: #BD10F8;
}
.TagClassName
{
border-color: #BD10F8;
}
</style>