Shades of Electric Purple #BD2AFC
Tints of Electric Purple #BD2AFC
RGB
CMYK
RGB Variations
Color information
#BD2AFC (or 0xBD2AFC) is known color: Electric Purple. HEX triplet: BD, 2A and FC. RGB value is (189,42,252). Sum of RGB (Red+Green+Blue) = 189+42+252=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD2AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2AFC is #42D503. Grayscale: #6D6D6D. Windows color (decimal): -4379908 or 16526013. OLE color: 16526013.
HSL color Cylindrical-coordinate representation of color #BD2AFC: hue angle of 282º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2AFC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 42 | 252 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.01 |
| HSL | 282º | 0.97% | 0.58% | - |
| HSV(B) | 282º | 0.83% | 0.99% | - |
| XYZ | 39.38 | 19.5 | 93.78 | - |
| YUV | 109.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 252 | 0.25 | 0.83 | 0 | 0.01 | 282 | 0.97 | 0.58 |
| Hex | BD | 2A | FC | 19 | 53 | 0 | 1 | 11A | 61 | 3A |
| Octal | 275 | 52 | 374 | 31 | 123 | 0 | 1 | 432 | 141 | 72 |
| Binary | 10111101 | 101010 | 11111100 | 11001 | 1010011 | 0 | 1 | 100011010 | 1100001 | 111010 |
Color Harmonies of #BD2AFC
Complementary color
Monochromatic Colors of #BD2AFC
Black with #BD2AFC
Text Example
Text Example
White with #BD2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AFC; }
p { color: rgb(189,42,252); }
H1.HeaderClassName
{
color: #BD2AFC;
}
.AnyTagClassName
{
color: #BD2AFC;
}
</style>
background-color css
<style>
a { background-color: #BD2AFC; }
a { background-color: rgb(189,42,252); }
div.DivClassName
{
background-color: #BD2AFC;
}
.BgClassName
{
background-color: #BD2AFC;
}
</style>
border-color css
<style>
span { border-color: #BD2AFC; }
span { border-color: rgb(189,42,252); }
td.TdClassName
{
border-color: #BD2AFC;
}
.TagClassName
{
border-color: #BD2AFC;
}
</style>