Shades of Electric Purple #BD2FF2
Tints of Electric Purple #BD2FF2
RGB
CMYK
RGB Variations
Color information
#BD2FF2 (or 0xBD2FF2) is known color: Electric Purple. HEX triplet: BD, 2F and F2. RGB value is (189,47,242). Sum of RGB (Red+Green+Blue) = 189+47+242=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FF2 is #42D00D. Grayscale: #6F6F6F. Windows color (decimal): -4378638 or 15871933. OLE color: 15871933.
HSL color Cylindrical-coordinate representation of color #BD2FF2: hue angle of 283.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2FF2 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 47 | 242 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.05 |
| HSL | 283.69º | 0.88% | 0.57% | - |
| HSV(B) | 283.69º | 0.81% | 0.95% | - |
| XYZ | 38.03 | 19.26 | 85.72 | - |
| YUV | 111.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 242 | 0.22 | 0.81 | 0 | 0.05 | 283.69 | 0.88 | 0.57 |
| Hex | BD | 2F | F2 | 16 | 51 | 0 | 5 | 11C | 58 | 39 |
| Octal | 275 | 57 | 362 | 26 | 121 | 0 | 5 | 434 | 130 | 71 |
| Binary | 10111101 | 101111 | 11110010 | 10110 | 1010001 | 0 | 101 | 100011100 | 1011000 | 111001 |
Color Harmonies of #BD2FF2
Complementary color
Monochromatic Colors of #BD2FF2
Black with #BD2FF2
Text Example
Text Example
White with #BD2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FF2; }
p { color: rgb(189,47,242); }
H1.HeaderClassName
{
color: #BD2FF2;
}
.AnyTagClassName
{
color: #BD2FF2;
}
</style>
background-color css
<style>
a { background-color: #BD2FF2; }
a { background-color: rgb(189,47,242); }
div.DivClassName
{
background-color: #BD2FF2;
}
.BgClassName
{
background-color: #BD2FF2;
}
</style>
border-color css
<style>
span { border-color: #BD2FF2; }
span { border-color: rgb(189,47,242); }
td.TdClassName
{
border-color: #BD2FF2;
}
.TagClassName
{
border-color: #BD2FF2;
}
</style>