Shades of Electric Purple #BD2CFC
Tints of Electric Purple #BD2CFC
RGB
CMYK
RGB Variations
Color information
#BD2CFC (or 0xBD2CFC) is known color: Electric Purple. HEX triplet: BD, 2C and FC. RGB value is (189,44,252). Sum of RGB (Red+Green+Blue) = 189+44+252=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CFC is #42D303. Grayscale: #6E6E6E. Windows color (decimal): -4379396 or 16526525. OLE color: 16526525.
HSL color Cylindrical-coordinate representation of color #BD2CFC: hue angle of 281.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2CFC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 44 | 252 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.01 |
| HSL | 281.83º | 0.97% | 0.58% | - |
| HSV(B) | 281.83º | 0.83% | 0.99% | - |
| XYZ | 39.46 | 19.65 | 93.81 | - |
| YUV | 111.07 | 207.54 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 252 | 0.25 | 0.83 | 0 | 0.01 | 281.83 | 0.97 | 0.58 |
| Hex | BD | 2C | FC | 19 | 53 | 0 | 1 | 11A | 61 | 3A |
| Octal | 275 | 54 | 374 | 31 | 123 | 0 | 1 | 432 | 141 | 72 |
| Binary | 10111101 | 101100 | 11111100 | 11001 | 1010011 | 0 | 1 | 100011010 | 1100001 | 111010 |
Color Harmonies of #BD2CFC
Complementary color
Monochromatic Colors of #BD2CFC
Black with #BD2CFC
Text Example
Text Example
White with #BD2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CFC; }
p { color: rgb(189,44,252); }
H1.HeaderClassName
{
color: #BD2CFC;
}
.AnyTagClassName
{
color: #BD2CFC;
}
</style>
background-color css
<style>
a { background-color: #BD2CFC; }
a { background-color: rgb(189,44,252); }
div.DivClassName
{
background-color: #BD2CFC;
}
.BgClassName
{
background-color: #BD2CFC;
}
</style>
border-color css
<style>
span { border-color: #BD2CFC; }
span { border-color: rgb(189,44,252); }
td.TdClassName
{
border-color: #BD2CFC;
}
.TagClassName
{
border-color: #BD2CFC;
}
</style>