Shades of Electric Purple #BD1CF1
Tints of Electric Purple #BD1CF1
RGB
CMYK
RGB Variations
Color information
#BD1CF1 (or 0xBD1CF1) is known color: Electric Purple. HEX triplet: BD, 1C and F1. RGB value is (189,28,241). Sum of RGB (Red+Green+Blue) = 189+28+241=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CF1 is #42E30E. Grayscale: #636363. Windows color (decimal): -4383503 or 15801533. OLE color: 15801533.
HSL color Cylindrical-coordinate representation of color #BD1CF1: hue angle of 285.35º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1CF1 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 28 | 241 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.05 |
| HSL | 285.35º | 0.88% | 0.53% | - |
| HSV(B) | 285.35º | 0.88% | 0.95% | - |
| XYZ | 37.28 | 18 | 84.73 | - |
| YUV | 100.42 | 207.34 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 241 | 0.22 | 0.88 | 0 | 0.05 | 285.35 | 0.88 | 0.53 |
| Hex | BD | 1C | F1 | 16 | 58 | 0 | 5 | 11D | 58 | 35 |
| Octal | 275 | 34 | 361 | 26 | 130 | 0 | 5 | 435 | 130 | 65 |
| Binary | 10111101 | 11100 | 11110001 | 10110 | 1011000 | 0 | 101 | 100011101 | 1011000 | 110101 |
Color Harmonies of #BD1CF1
Complementary color
Monochromatic Colors of #BD1CF1
Black with #BD1CF1
Text Example
Text Example
White with #BD1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CF1; }
p { color: rgb(189,28,241); }
H1.HeaderClassName
{
color: #BD1CF1;
}
.AnyTagClassName
{
color: #BD1CF1;
}
</style>
background-color css
<style>
a { background-color: #BD1CF1; }
a { background-color: rgb(189,28,241); }
div.DivClassName
{
background-color: #BD1CF1;
}
.BgClassName
{
background-color: #BD1CF1;
}
</style>
border-color css
<style>
span { border-color: #BD1CF1; }
span { border-color: rgb(189,28,241); }
td.TdClassName
{
border-color: #BD1CF1;
}
.TagClassName
{
border-color: #BD1CF1;
}
</style>