Shades of Electric Purple #BD1CEF
Tints of Electric Purple #BD1CEF
RGB
CMYK
RGB Variations
Color information
#BD1CEF (or 0xBD1CEF) is known color: Electric Purple. HEX triplet: BD, 1C and EF. RGB value is (189,28,239). Sum of RGB (Red+Green+Blue) = 189+28+239=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD1CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CEF is #42E310. Grayscale: #636363. Windows color (decimal): -4383505 or 15670461. OLE color: 15670461.
HSL color Cylindrical-coordinate representation of color #BD1CEF: hue angle of 285.78º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1CEF is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 28 | 239 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.06 |
| HSL | 285.78º | 0.87% | 0.52% | - |
| HSV(B) | 285.78º | 0.88% | 0.94% | - |
| XYZ | 36.98 | 17.88 | 83.16 | - |
| YUV | 100.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 239 | 0.21 | 0.88 | 0 | 0.06 | 285.78 | 0.87 | 0.52 |
| Hex | BD | 1C | EF | 15 | 58 | 0 | 6 | 11E | 57 | 34 |
| Octal | 275 | 34 | 357 | 25 | 130 | 0 | 6 | 436 | 127 | 64 |
| Binary | 10111101 | 11100 | 11101111 | 10101 | 1011000 | 0 | 110 | 100011110 | 1010111 | 110100 |
Color Harmonies of #BD1CEF
Complementary color
Monochromatic Colors of #BD1CEF
Black with #BD1CEF
Text Example
Text Example
White with #BD1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CEF; }
p { color: rgb(189,28,239); }
H1.HeaderClassName
{
color: #BD1CEF;
}
.AnyTagClassName
{
color: #BD1CEF;
}
</style>
background-color css
<style>
a { background-color: #BD1CEF; }
a { background-color: rgb(189,28,239); }
div.DivClassName
{
background-color: #BD1CEF;
}
.BgClassName
{
background-color: #BD1CEF;
}
</style>
border-color css
<style>
span { border-color: #BD1CEF; }
span { border-color: rgb(189,28,239); }
td.TdClassName
{
border-color: #BD1CEF;
}
.TagClassName
{
border-color: #BD1CEF;
}
</style>