Shades of Electric Purple #BD1CF7
Tints of Electric Purple #BD1CF7
RGB
CMYK
RGB Variations
Color information
#BD1CF7 (or 0xBD1CF7) is known color: Electric Purple. HEX triplet: BD, 1C and F7. RGB value is (189,28,247). Sum of RGB (Red+Green+Blue) = 189+28+247=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CF7 is #42E308. Grayscale: #646464. Windows color (decimal): -4383497 or 16194749. OLE color: 16194749.
HSL color Cylindrical-coordinate representation of color #BD1CF7: hue angle of 284.11º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1CF7 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 28 | 247 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.03 |
| HSL | 284.11º | 0.93% | 0.54% | - |
| HSV(B) | 284.11º | 0.89% | 0.97% | - |
| XYZ | 38.19 | 18.36 | 89.53 | - |
| YUV | 101.11 | 210.34 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 247 | 0.23 | 0.89 | 0 | 0.03 | 284.11 | 0.93 | 0.54 |
| Hex | BD | 1C | F7 | 17 | 59 | 0 | 3 | 11C | 5D | 36 |
| Octal | 275 | 34 | 367 | 27 | 131 | 0 | 3 | 434 | 135 | 66 |
| Binary | 10111101 | 11100 | 11110111 | 10111 | 1011001 | 0 | 11 | 100011100 | 1011101 | 110110 |
Color Harmonies of #BD1CF7
Complementary color
Monochromatic Colors of #BD1CF7
Black with #BD1CF7
Text Example
Text Example
White with #BD1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CF7; }
p { color: rgb(189,28,247); }
H1.HeaderClassName
{
color: #BD1CF7;
}
.AnyTagClassName
{
color: #BD1CF7;
}
</style>
background-color css
<style>
a { background-color: #BD1CF7; }
a { background-color: rgb(189,28,247); }
div.DivClassName
{
background-color: #BD1CF7;
}
.BgClassName
{
background-color: #BD1CF7;
}
</style>
border-color css
<style>
span { border-color: #BD1CF7; }
span { border-color: rgb(189,28,247); }
td.TdClassName
{
border-color: #BD1CF7;
}
.TagClassName
{
border-color: #BD1CF7;
}
</style>