Shades of Electric Purple #BD2AF0
Tints of Electric Purple #BD2AF0
RGB
CMYK
RGB Variations
Color information
#BD2AF0 (or 0xBD2AF0) is known color: Electric Purple. HEX triplet: BD, 2A and F0. RGB value is (189,42,240). Sum of RGB (Red+Green+Blue) = 189+42+240=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD2AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2AF0 is #42D50F. Grayscale: #6B6B6B. Windows color (decimal): -4379920 or 15739581. OLE color: 15739581.
HSL color Cylindrical-coordinate representation of color #BD2AF0: hue angle of 284.55º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2AF0 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 42 | 240 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.06 |
| HSL | 284.55º | 0.87% | 0.55% | - |
| HSV(B) | 284.55º | 0.83% | 0.94% | - |
| XYZ | 37.54 | 18.77 | 84.08 | - |
| YUV | 108.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 240 | 0.21 | 0.82 | 0 | 0.06 | 284.55 | 0.87 | 0.55 |
| Hex | BD | 2A | F0 | 15 | 52 | 0 | 6 | 11D | 57 | 37 |
| Octal | 275 | 52 | 360 | 25 | 122 | 0 | 6 | 435 | 127 | 67 |
| Binary | 10111101 | 101010 | 11110000 | 10101 | 1010010 | 0 | 110 | 100011101 | 1010111 | 110111 |
Color Harmonies of #BD2AF0
Complementary color
Monochromatic Colors of #BD2AF0
Black with #BD2AF0
Text Example
Text Example
White with #BD2AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AF0; }
p { color: rgb(189,42,240); }
H1.HeaderClassName
{
color: #BD2AF0;
}
.AnyTagClassName
{
color: #BD2AF0;
}
</style>
background-color css
<style>
a { background-color: #BD2AF0; }
a { background-color: rgb(189,42,240); }
div.DivClassName
{
background-color: #BD2AF0;
}
.BgClassName
{
background-color: #BD2AF0;
}
</style>
border-color css
<style>
span { border-color: #BD2AF0; }
span { border-color: rgb(189,42,240); }
td.TdClassName
{
border-color: #BD2AF0;
}
.TagClassName
{
border-color: #BD2AF0;
}
</style>