Shades of Electric Purple #BD27EF
Tints of Electric Purple #BD27EF
RGB
CMYK
RGB Variations
Color information
#BD27EF (or 0xBD27EF) is known color: Electric Purple. HEX triplet: BD, 27 and EF. RGB value is (189,39,239). Sum of RGB (Red+Green+Blue) = 189+39+239=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD27EF is #42D810. Grayscale: #6A6A6A. Windows color (decimal): -4380689 or 15673277. OLE color: 15673277.
HSL color Cylindrical-coordinate representation of color #BD27EF: hue angle of 285º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD27EF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 39 | 239 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.06 |
| HSL | 285º | 0.86% | 0.55% | - |
| HSV(B) | 285º | 0.84% | 0.94% | - |
| XYZ | 37.29 | 18.5 | 83.27 | - |
| YUV | 106.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 239 | 0.21 | 0.84 | 0 | 0.06 | 285 | 0.86 | 0.55 |
| Hex | BD | 27 | EF | 15 | 54 | 0 | 6 | 11D | 56 | 37 |
| Octal | 275 | 47 | 357 | 25 | 124 | 0 | 6 | 435 | 126 | 67 |
| Binary | 10111101 | 100111 | 11101111 | 10101 | 1010100 | 0 | 110 | 100011101 | 1010110 | 110111 |
Color Harmonies of #BD27EF
Complementary color
Monochromatic Colors of #BD27EF
Black with #BD27EF
Text Example
Text Example
White with #BD27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27EF; }
p { color: rgb(189,39,239); }
H1.HeaderClassName
{
color: #BD27EF;
}
.AnyTagClassName
{
color: #BD27EF;
}
</style>
background-color css
<style>
a { background-color: #BD27EF; }
a { background-color: rgb(189,39,239); }
div.DivClassName
{
background-color: #BD27EF;
}
.BgClassName
{
background-color: #BD27EF;
}
</style>
border-color css
<style>
span { border-color: #BD27EF; }
span { border-color: rgb(189,39,239); }
td.TdClassName
{
border-color: #BD27EF;
}
.TagClassName
{
border-color: #BD27EF;
}
</style>