Shades of Electric Purple #BD1EEB
Tints of Electric Purple #BD1EEB
RGB
CMYK
RGB Variations
Color information
#BD1EEB (or 0xBD1EEB) is known color: Electric Purple. HEX triplet: BD, 1E and EB. RGB value is (189,30,235). Sum of RGB (Red+Green+Blue) = 189+30+235=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1EEB is #42E114. Grayscale: #646464. Windows color (decimal): -4382997 or 15408829. OLE color: 15408829.
HSL color Cylindrical-coordinate representation of color #BD1EEB: hue angle of 286.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1EEB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 30 | 235 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.08 |
| HSL | 286.54º | 0.84% | 0.52% | - |
| HSV(B) | 286.54º | 0.87% | 0.92% | - |
| XYZ | 36.45 | 17.75 | 80.1 | - |
| YUV | 100.91 | 203.68 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 235 | 0.20 | 0.87 | 0 | 0.08 | 286.54 | 0.84 | 0.52 |
| Hex | BD | 1E | EB | 14 | 57 | 0 | 8 | 11F | 54 | 34 |
| Octal | 275 | 36 | 353 | 24 | 127 | 0 | 10 | 437 | 124 | 64 |
| Binary | 10111101 | 11110 | 11101011 | 10100 | 1010111 | 0 | 1000 | 100011111 | 1010100 | 110100 |
Color Harmonies of #BD1EEB
Complementary color
Monochromatic Colors of #BD1EEB
Black with #BD1EEB
Text Example
Text Example
White with #BD1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EEB; }
p { color: rgb(189,30,235); }
H1.HeaderClassName
{
color: #BD1EEB;
}
.AnyTagClassName
{
color: #BD1EEB;
}
</style>
background-color css
<style>
a { background-color: #BD1EEB; }
a { background-color: rgb(189,30,235); }
div.DivClassName
{
background-color: #BD1EEB;
}
.BgClassName
{
background-color: #BD1EEB;
}
</style>
border-color css
<style>
span { border-color: #BD1EEB; }
span { border-color: rgb(189,30,235); }
td.TdClassName
{
border-color: #BD1EEB;
}
.TagClassName
{
border-color: #BD1EEB;
}
</style>