Shades of Electric Purple #BD29F0
Tints of Electric Purple #BD29F0
RGB
CMYK
RGB Variations
Color information
#BD29F0 (or 0xBD29F0) is known color: Electric Purple. HEX triplet: BD, 29 and F0. RGB value is (189,41,240). Sum of RGB (Red+Green+Blue) = 189+41+240=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD29F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD29F0 is #42D60F. Grayscale: #6B6B6B. Windows color (decimal): -4380176 or 15739325. OLE color: 15739325.
HSL color Cylindrical-coordinate representation of color #BD29F0: hue angle of 284.62º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD29F0 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 41 | 240 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.06 |
| HSL | 284.62º | 0.87% | 0.55% | - |
| HSV(B) | 284.62º | 0.83% | 0.94% | - |
| XYZ | 37.51 | 18.7 | 84.07 | - |
| YUV | 107.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 240 | 0.21 | 0.83 | 0 | 0.06 | 284.62 | 0.87 | 0.55 |
| Hex | BD | 29 | F0 | 15 | 53 | 0 | 6 | 11D | 57 | 37 |
| Octal | 275 | 51 | 360 | 25 | 123 | 0 | 6 | 435 | 127 | 67 |
| Binary | 10111101 | 101001 | 11110000 | 10101 | 1010011 | 0 | 110 | 100011101 | 1010111 | 110111 |
Color Harmonies of #BD29F0
Complementary color
Monochromatic Colors of #BD29F0
Black with #BD29F0
Text Example
Text Example
White with #BD29F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29F0; }
p { color: rgb(189,41,240); }
H1.HeaderClassName
{
color: #BD29F0;
}
.AnyTagClassName
{
color: #BD29F0;
}
</style>
background-color css
<style>
a { background-color: #BD29F0; }
a { background-color: rgb(189,41,240); }
div.DivClassName
{
background-color: #BD29F0;
}
.BgClassName
{
background-color: #BD29F0;
}
</style>
border-color css
<style>
span { border-color: #BD29F0; }
span { border-color: rgb(189,41,240); }
td.TdClassName
{
border-color: #BD29F0;
}
.TagClassName
{
border-color: #BD29F0;
}
</style>