Shades of Electric Purple #BD2CEF
Tints of Electric Purple #BD2CEF
RGB
CMYK
RGB Variations
Color information
#BD2CEF (or 0xBD2CEF) is known color: Electric Purple. HEX triplet: BD, 2C and EF. RGB value is (189,44,239). Sum of RGB (Red+Green+Blue) = 189+44+239=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CEF is #42D310. Grayscale: #6C6C6C. Windows color (decimal): -4379409 or 15674557. OLE color: 15674557.
HSL color Cylindrical-coordinate representation of color #BD2CEF: hue angle of 284.62º degrees, saturation: 0.86, 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 #BD2CEF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 44 | 239 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.06 |
| HSL | 284.62º | 0.86% | 0.55% | - |
| HSV(B) | 284.62º | 0.82% | 0.94% | - |
| XYZ | 37.47 | 18.85 | 83.33 | - |
| YUV | 109.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 239 | 0.21 | 0.82 | 0 | 0.06 | 284.62 | 0.86 | 0.55 |
| Hex | BD | 2C | EF | 15 | 52 | 0 | 6 | 11D | 56 | 37 |
| Octal | 275 | 54 | 357 | 25 | 122 | 0 | 6 | 435 | 126 | 67 |
| Binary | 10111101 | 101100 | 11101111 | 10101 | 1010010 | 0 | 110 | 100011101 | 1010110 | 110111 |
Color Harmonies of #BD2CEF
Complementary color
Monochromatic Colors of #BD2CEF
Black with #BD2CEF
Text Example
Text Example
White with #BD2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CEF; }
p { color: rgb(189,44,239); }
H1.HeaderClassName
{
color: #BD2CEF;
}
.AnyTagClassName
{
color: #BD2CEF;
}
</style>
background-color css
<style>
a { background-color: #BD2CEF; }
a { background-color: rgb(189,44,239); }
div.DivClassName
{
background-color: #BD2CEF;
}
.BgClassName
{
background-color: #BD2CEF;
}
</style>
border-color css
<style>
span { border-color: #BD2CEF; }
span { border-color: rgb(189,44,239); }
td.TdClassName
{
border-color: #BD2CEF;
}
.TagClassName
{
border-color: #BD2CEF;
}
</style>