Shades of Electric Purple #BD1CE6
Tints of Electric Purple #BD1CE6
RGB
CMYK
RGB Variations
Color information
#BD1CE6 (or 0xBD1CE6) is known color: Electric Purple. HEX triplet: BD, 1C and E6. RGB value is (189,28,230). Sum of RGB (Red+Green+Blue) = 189+28+230=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CE6 is #42E319. Grayscale: #626262. Windows color (decimal): -4383514 or 15080637. OLE color: 15080637.
HSL color Cylindrical-coordinate representation of color #BD1CE6: hue angle of 287.82º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1CE6 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 28 | 230 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.10 |
| HSL | 287.82º | 0.8% | 0.51% | - |
| HSV(B) | 287.82º | 0.88% | 0.9% | - |
| XYZ | 35.68 | 17.36 | 76.33 | - |
| YUV | 99.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 230 | 0.18 | 0.88 | 0 | 0.10 | 287.82 | 0.8 | 0.51 |
| Hex | BD | 1C | E6 | 12 | 58 | 0 | A | 120 | 50 | 33 |
| Octal | 275 | 34 | 346 | 22 | 130 | 0 | 12 | 440 | 120 | 63 |
| Binary | 10111101 | 11100 | 11100110 | 10010 | 1011000 | 0 | 1010 | 100100000 | 1010000 | 110011 |
Color Harmonies of #BD1CE6
Complementary color
Monochromatic Colors of #BD1CE6
Black with #BD1CE6
Text Example
Text Example
White with #BD1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CE6; }
p { color: rgb(189,28,230); }
H1.HeaderClassName
{
color: #BD1CE6;
}
.AnyTagClassName
{
color: #BD1CE6;
}
</style>
background-color css
<style>
a { background-color: #BD1CE6; }
a { background-color: rgb(189,28,230); }
div.DivClassName
{
background-color: #BD1CE6;
}
.BgClassName
{
background-color: #BD1CE6;
}
</style>
border-color css
<style>
span { border-color: #BD1CE6; }
span { border-color: rgb(189,28,230); }
td.TdClassName
{
border-color: #BD1CE6;
}
.TagClassName
{
border-color: #BD1CE6;
}
</style>