Shades of Electric Purple #BD1FFB
Tints of Electric Purple #BD1FFB
RGB
CMYK
RGB Variations
Color information
#BD1FFB (or 0xBD1FFB) is known color: Electric Purple. HEX triplet: BD, 1F and FB. RGB value is (189,31,251). Sum of RGB (Red+Green+Blue) = 189+31+251=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1FFB is #42E004. Grayscale: #666666. Windows color (decimal): -4382725 or 16457661. OLE color: 16457661.
HSL color Cylindrical-coordinate representation of color #BD1FFB: hue angle of 283.09º degrees, saturation: 0.96, 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 #BD1FFB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 31 | 251 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.02 |
| HSL | 283.09º | 0.96% | 0.55% | - |
| HSV(B) | 283.09º | 0.88% | 0.98% | - |
| XYZ | 38.89 | 18.76 | 92.84 | - |
| YUV | 103.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 251 | 0.25 | 0.88 | 0 | 0.02 | 283.09 | 0.96 | 0.55 |
| Hex | BD | 1F | FB | 19 | 58 | 0 | 2 | 11B | 60 | 37 |
| Octal | 275 | 37 | 373 | 31 | 130 | 0 | 2 | 433 | 140 | 67 |
| Binary | 10111101 | 11111 | 11111011 | 11001 | 1011000 | 0 | 10 | 100011011 | 1100000 | 110111 |
Color Harmonies of #BD1FFB
Complementary color
Monochromatic Colors of #BD1FFB
Black with #BD1FFB
Text Example
Text Example
White with #BD1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FFB; }
p { color: rgb(189,31,251); }
H1.HeaderClassName
{
color: #BD1FFB;
}
.AnyTagClassName
{
color: #BD1FFB;
}
</style>
background-color css
<style>
a { background-color: #BD1FFB; }
a { background-color: rgb(189,31,251); }
div.DivClassName
{
background-color: #BD1FFB;
}
.BgClassName
{
background-color: #BD1FFB;
}
</style>
border-color css
<style>
span { border-color: #BD1FFB; }
span { border-color: rgb(189,31,251); }
td.TdClassName
{
border-color: #BD1FFB;
}
.TagClassName
{
border-color: #BD1FFB;
}
</style>