Shades of Electric Purple #BD2FFB
Tints of Electric Purple #BD2FFB
RGB
CMYK
RGB Variations
Color information
#BD2FFB (or 0xBD2FFB) is known color: Electric Purple. HEX triplet: BD, 2F and FB. RGB value is (189,47,251). Sum of RGB (Red+Green+Blue) = 189+47+251=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FFB is #42D004. Grayscale: #707070. Windows color (decimal): -4378629 or 16461757. OLE color: 16461757.
HSL color Cylindrical-coordinate representation of color #BD2FFB: hue angle of 281.76º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2FFB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 47 | 251 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.02 |
| HSL | 281.76º | 0.96% | 0.58% | - |
| HSV(B) | 281.76º | 0.81% | 0.98% | - |
| XYZ | 39.42 | 19.82 | 93.01 | - |
| YUV | 112.71 | 206.04 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 251 | 0.25 | 0.81 | 0 | 0.02 | 281.76 | 0.96 | 0.58 |
| Hex | BD | 2F | FB | 19 | 51 | 0 | 2 | 11A | 60 | 3A |
| Octal | 275 | 57 | 373 | 31 | 121 | 0 | 2 | 432 | 140 | 72 |
| Binary | 10111101 | 101111 | 11111011 | 11001 | 1010001 | 0 | 10 | 100011010 | 1100000 | 111010 |
Color Harmonies of #BD2FFB
Complementary color
Monochromatic Colors of #BD2FFB
Black with #BD2FFB
Text Example
Text Example
White with #BD2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FFB; }
p { color: rgb(189,47,251); }
H1.HeaderClassName
{
color: #BD2FFB;
}
.AnyTagClassName
{
color: #BD2FFB;
}
</style>
background-color css
<style>
a { background-color: #BD2FFB; }
a { background-color: rgb(189,47,251); }
div.DivClassName
{
background-color: #BD2FFB;
}
.BgClassName
{
background-color: #BD2FFB;
}
</style>
border-color css
<style>
span { border-color: #BD2FFB; }
span { border-color: rgb(189,47,251); }
td.TdClassName
{
border-color: #BD2FFB;
}
.TagClassName
{
border-color: #BD2FFB;
}
</style>