Shades of Electric Purple #BD1EFB
Tints of Electric Purple #BD1EFB
RGB
CMYK
RGB Variations
Color information
#BD1EFB (or 0xBD1EFB) is known color: Electric Purple. HEX triplet: BD, 1E and FB. RGB value is (189,30,251). Sum of RGB (Red+Green+Blue) = 189+30+251=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1EFB is #42E104. Grayscale: #666666. Windows color (decimal): -4382981 or 16457405. OLE color: 16457405.
HSL color Cylindrical-coordinate representation of color #BD1EFB: hue angle of 283.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1EFB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 30 | 251 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.02 |
| HSL | 283.17º | 0.97% | 0.55% | - |
| HSV(B) | 283.17º | 0.88% | 0.98% | - |
| XYZ | 38.86 | 18.71 | 92.83 | - |
| YUV | 102.74 | 211.68 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 251 | 0.25 | 0.88 | 0 | 0.02 | 283.17 | 0.97 | 0.55 |
| Hex | BD | 1E | FB | 19 | 58 | 0 | 2 | 11B | 61 | 37 |
| Octal | 275 | 36 | 373 | 31 | 130 | 0 | 2 | 433 | 141 | 67 |
| Binary | 10111101 | 11110 | 11111011 | 11001 | 1011000 | 0 | 10 | 100011011 | 1100001 | 110111 |
Color Harmonies of #BD1EFB
Complementary color
Monochromatic Colors of #BD1EFB
Black with #BD1EFB
Text Example
Text Example
White with #BD1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EFB; }
p { color: rgb(189,30,251); }
H1.HeaderClassName
{
color: #BD1EFB;
}
.AnyTagClassName
{
color: #BD1EFB;
}
</style>
background-color css
<style>
a { background-color: #BD1EFB; }
a { background-color: rgb(189,30,251); }
div.DivClassName
{
background-color: #BD1EFB;
}
.BgClassName
{
background-color: #BD1EFB;
}
</style>
border-color css
<style>
span { border-color: #BD1EFB; }
span { border-color: rgb(189,30,251); }
td.TdClassName
{
border-color: #BD1EFB;
}
.TagClassName
{
border-color: #BD1EFB;
}
</style>