Shades of Electric Purple #BD2CFF
Tints of Electric Purple #BD2CFF
RGB
CMYK
RGB Variations
Color information
#BD2CFF (or 0xBD2CFF) is known color: Electric Purple. HEX triplet: BD, 2C and FF. RGB value is (189,44,255). Sum of RGB (Red+Green+Blue) = 189+44+255=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CFF is #42D300. Grayscale: #6E6E6E. Windows color (decimal): -4379393 or 16723133. OLE color: 16723133.
HSL color Cylindrical-coordinate representation of color #BD2CFF: hue angle of 281.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2CFF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 44 | 255 | - |
| CMYK | 0.26 | 0.83 | 0 | 0 |
| HSL | 281.23º | 1% | 0.59% | - |
| HSV(B) | 281.23º | 0.83% | 1% | - |
| XYZ | 39.94 | 19.84 | 96.33 | - |
| YUV | 111.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 255 | 0.26 | 0.83 | 0 | 0 | 281.23 | 1 | 0.59 |
| Hex | BD | 2C | FF | 1A | 53 | 0 | 0 | 119 | 64 | 3B |
| Octal | 275 | 54 | 377 | 32 | 123 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111101 | 101100 | 11111111 | 11010 | 1010011 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BD2CFF
Complementary color
Monochromatic Colors of #BD2CFF
Black with #BD2CFF
Text Example
Text Example
White with #BD2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CFF; }
p { color: rgb(189,44,255); }
H1.HeaderClassName
{
color: #BD2CFF;
}
.AnyTagClassName
{
color: #BD2CFF;
}
</style>
background-color css
<style>
a { background-color: #BD2CFF; }
a { background-color: rgb(189,44,255); }
div.DivClassName
{
background-color: #BD2CFF;
}
.BgClassName
{
background-color: #BD2CFF;
}
</style>
border-color css
<style>
span { border-color: #BD2CFF; }
span { border-color: rgb(189,44,255); }
td.TdClassName
{
border-color: #BD2CFF;
}
.TagClassName
{
border-color: #BD2CFF;
}
</style>