Shades of Electric Purple #BD2DFF
Tints of Electric Purple #BD2DFF
RGB
CMYK
RGB Variations
Color information
#BD2DFF (or 0xBD2DFF) is known color: Electric Purple. HEX triplet: BD, 2D and FF. RGB value is (189,45,255). Sum of RGB (Red+Green+Blue) = 189+45+255=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2DFF is #42D200. Grayscale: #6F6F6F. Windows color (decimal): -4379137 or 16723389. OLE color: 16723389.
HSL color Cylindrical-coordinate representation of color #BD2DFF: hue angle of 281.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2DFF is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 45 | 255 | - |
| CMYK | 0.26 | 0.82 | 0 | 0 |
| HSL | 281.14º | 1% | 0.59% | - |
| HSV(B) | 281.14º | 0.82% | 1% | - |
| XYZ | 39.97 | 19.92 | 96.34 | - |
| YUV | 112 | 208.71 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 255 | 0.26 | 0.82 | 0 | 0 | 281.14 | 1 | 0.59 |
| Hex | BD | 2D | FF | 1A | 52 | 0 | 0 | 119 | 64 | 3B |
| Octal | 275 | 55 | 377 | 32 | 122 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111101 | 101101 | 11111111 | 11010 | 1010010 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BD2DFF
Complementary color
Monochromatic Colors of #BD2DFF
Black with #BD2DFF
Text Example
Text Example
White with #BD2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DFF; }
p { color: rgb(189,45,255); }
H1.HeaderClassName
{
color: #BD2DFF;
}
.AnyTagClassName
{
color: #BD2DFF;
}
</style>
background-color css
<style>
a { background-color: #BD2DFF; }
a { background-color: rgb(189,45,255); }
div.DivClassName
{
background-color: #BD2DFF;
}
.BgClassName
{
background-color: #BD2DFF;
}
</style>
border-color css
<style>
span { border-color: #BD2DFF; }
span { border-color: rgb(189,45,255); }
td.TdClassName
{
border-color: #BD2DFF;
}
.TagClassName
{
border-color: #BD2DFF;
}
</style>