Shades of Electric Purple #BD0CFD
Tints of Electric Purple #BD0CFD
RGB
CMYK
RGB Variations
Color information
#BD0CFD (or 0xBD0CFD) is known color: Electric Purple. HEX triplet: BD, 0C and FD. RGB value is (189,12,253). Sum of RGB (Red+Green+Blue) = 189+12+253=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD0CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0CFD is #42F302. Grayscale: #5B5B5B. Windows color (decimal): -4387587 or 16583869. OLE color: 16583869.
HSL color Cylindrical-coordinate representation of color #BD0CFD: hue angle of 284.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CFD is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 12 | 253 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.01 |
| HSL | 284.07º | 0.98% | 0.52% | - |
| HSV(B) | 284.07º | 0.95% | 0.99% | - |
| XYZ | 38.85 | 18.17 | 94.39 | - |
| YUV | 92.4 | 218.64 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 253 | 0.25 | 0.95 | 0 | 0.01 | 284.07 | 0.98 | 0.52 |
| Hex | BD | C | FD | 19 | 5F | 0 | 1 | 11C | 62 | 34 |
| Octal | 275 | 14 | 375 | 31 | 137 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111101 | 1100 | 11111101 | 11001 | 1011111 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BD0CFD
Complementary color
Monochromatic Colors of #BD0CFD
Black with #BD0CFD
Text Example
Text Example
White with #BD0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CFD; }
p { color: rgb(189,12,253); }
H1.HeaderClassName
{
color: #BD0CFD;
}
.AnyTagClassName
{
color: #BD0CFD;
}
</style>
background-color css
<style>
a { background-color: #BD0CFD; }
a { background-color: rgb(189,12,253); }
div.DivClassName
{
background-color: #BD0CFD;
}
.BgClassName
{
background-color: #BD0CFD;
}
</style>
border-color css
<style>
span { border-color: #BD0CFD; }
span { border-color: rgb(189,12,253); }
td.TdClassName
{
border-color: #BD0CFD;
}
.TagClassName
{
border-color: #BD0CFD;
}
</style>