Shades of Electric Purple #BD29F7
Tints of Electric Purple #BD29F7
RGB
CMYK
RGB Variations
Color information
#BD29F7 (or 0xBD29F7) is known color: Electric Purple. HEX triplet: BD, 29 and F7. RGB value is (189,41,247). Sum of RGB (Red+Green+Blue) = 189+41+247=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD29F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29F7 is #42D608. Grayscale: #6C6C6C. Windows color (decimal): -4380169 or 16198077. OLE color: 16198077.
HSL color Cylindrical-coordinate representation of color #BD29F7: hue angle of 283.11º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD29F7 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 41 | 247 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.03 |
| HSL | 283.11º | 0.93% | 0.56% | - |
| HSV(B) | 283.11º | 0.83% | 0.97% | - |
| XYZ | 38.57 | 19.12 | 89.65 | - |
| YUV | 108.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 247 | 0.23 | 0.83 | 0 | 0.03 | 283.11 | 0.93 | 0.56 |
| Hex | BD | 29 | F7 | 17 | 53 | 0 | 3 | 11B | 5D | 38 |
| Octal | 275 | 51 | 367 | 27 | 123 | 0 | 3 | 433 | 135 | 70 |
| Binary | 10111101 | 101001 | 11110111 | 10111 | 1010011 | 0 | 11 | 100011011 | 1011101 | 111000 |
Color Harmonies of #BD29F7
Complementary color
Monochromatic Colors of #BD29F7
Black with #BD29F7
Text Example
Text Example
White with #BD29F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29F7; }
p { color: rgb(189,41,247); }
H1.HeaderClassName
{
color: #BD29F7;
}
.AnyTagClassName
{
color: #BD29F7;
}
</style>
background-color css
<style>
a { background-color: #BD29F7; }
a { background-color: rgb(189,41,247); }
div.DivClassName
{
background-color: #BD29F7;
}
.BgClassName
{
background-color: #BD29F7;
}
</style>
border-color css
<style>
span { border-color: #BD29F7; }
span { border-color: rgb(189,41,247); }
td.TdClassName
{
border-color: #BD29F7;
}
.TagClassName
{
border-color: #BD29F7;
}
</style>