Shades of Electric Purple #BC0DED
Tints of Electric Purple #BC0DED
RGB
CMYK
RGB Variations
Color information
#BC0DED (or 0xBC0DED) is known color: Electric Purple. HEX triplet: BC, 0D and ED. RGB value is (188,13,237). Sum of RGB (Red+Green+Blue) = 188+13+237=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC0DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DED is #43F212. Grayscale: #5A5A5A. Windows color (decimal): -4452883 or 15535548. OLE color: 15535548.
HSL color Cylindrical-coordinate representation of color #BC0DED: hue angle of 286.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0DED is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 13 | 237 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.07 |
| HSL | 286.88º | 0.9% | 0.49% | - |
| HSV(B) | 286.88º | 0.95% | 0.93% | - |
| XYZ | 36.17 | 17.09 | 81.51 | - |
| YUV | 90.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 237 | 0.21 | 0.95 | 0 | 0.07 | 286.88 | 0.9 | 0.49 |
| Hex | BC | D | ED | 15 | 5F | 0 | 7 | 11F | 5A | 31 |
| Octal | 274 | 15 | 355 | 25 | 137 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111100 | 1101 | 11101101 | 10101 | 1011111 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BC0DED
Complementary color
Monochromatic Colors of #BC0DED
Black with #BC0DED
Text Example
Text Example
White with #BC0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DED; }
p { color: rgb(188,13,237); }
H1.HeaderClassName
{
color: #BC0DED;
}
.AnyTagClassName
{
color: #BC0DED;
}
</style>
background-color css
<style>
a { background-color: #BC0DED; }
a { background-color: rgb(188,13,237); }
div.DivClassName
{
background-color: #BC0DED;
}
.BgClassName
{
background-color: #BC0DED;
}
</style>
border-color css
<style>
span { border-color: #BC0DED; }
span { border-color: rgb(188,13,237); }
td.TdClassName
{
border-color: #BC0DED;
}
.TagClassName
{
border-color: #BC0DED;
}
</style>