Shades of Electric Purple #BD1CFD
Tints of Electric Purple #BD1CFD
RGB
CMYK
RGB Variations
Color information
#BD1CFD (or 0xBD1CFD) is known color: Electric Purple. HEX triplet: BD, 1C and FD. RGB value is (189,28,253). Sum of RGB (Red+Green+Blue) = 189+28+253=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CFD is #42E302. Grayscale: #656565. Windows color (decimal): -4383491 or 16587965. OLE color: 16587965.
HSL color Cylindrical-coordinate representation of color #BD1CFD: hue angle of 282.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1CFD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 28 | 253 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.01 |
| HSL | 282.93º | 0.98% | 0.55% | - |
| HSV(B) | 282.93º | 0.89% | 0.99% | - |
| XYZ | 39.13 | 18.74 | 94.48 | - |
| YUV | 101.79 | 213.34 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 253 | 0.25 | 0.89 | 0 | 0.01 | 282.93 | 0.98 | 0.55 |
| Hex | BD | 1C | FD | 19 | 59 | 0 | 1 | 11B | 62 | 37 |
| Octal | 275 | 34 | 375 | 31 | 131 | 0 | 1 | 433 | 142 | 67 |
| Binary | 10111101 | 11100 | 11111101 | 11001 | 1011001 | 0 | 1 | 100011011 | 1100010 | 110111 |
Color Harmonies of #BD1CFD
Complementary color
Monochromatic Colors of #BD1CFD
Black with #BD1CFD
Text Example
Text Example
White with #BD1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CFD; }
p { color: rgb(189,28,253); }
H1.HeaderClassName
{
color: #BD1CFD;
}
.AnyTagClassName
{
color: #BD1CFD;
}
</style>
background-color css
<style>
a { background-color: #BD1CFD; }
a { background-color: rgb(189,28,253); }
div.DivClassName
{
background-color: #BD1CFD;
}
.BgClassName
{
background-color: #BD1CFD;
}
</style>
border-color css
<style>
span { border-color: #BD1CFD; }
span { border-color: rgb(189,28,253); }
td.TdClassName
{
border-color: #BD1CFD;
}
.TagClassName
{
border-color: #BD1CFD;
}
</style>