Shades of Electric Purple #BC17F9
Tints of Electric Purple #BC17F9
RGB
CMYK
RGB Variations
Color information
#BC17F9 (or 0xBC17F9) is known color: Electric Purple. HEX triplet: BC, 17 and F9. RGB value is (188,23,249). Sum of RGB (Red+Green+Blue) = 188+23+249=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC17F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17F9 is #43E806. Grayscale: #616161. Windows color (decimal): -4450311 or 16324540. OLE color: 16324540.
HSL color Cylindrical-coordinate representation of color #BC17F9: hue angle of 283.81º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC17F9 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 23 | 249 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.02 |
| HSL | 283.81º | 0.95% | 0.53% | - |
| HSV(B) | 283.81º | 0.91% | 0.98% | - |
| XYZ | 38.14 | 18.14 | 91.11 | - |
| YUV | 98.1 | 213.16 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 249 | 0.24 | 0.91 | 0 | 0.02 | 283.81 | 0.95 | 0.53 |
| Hex | BC | 17 | F9 | 18 | 5B | 0 | 2 | 11C | 5F | 35 |
| Octal | 274 | 27 | 371 | 30 | 133 | 0 | 2 | 434 | 137 | 65 |
| Binary | 10111100 | 10111 | 11111001 | 11000 | 1011011 | 0 | 10 | 100011100 | 1011111 | 110101 |
Color Harmonies of #BC17F9
Complementary color
Monochromatic Colors of #BC17F9
Black with #BC17F9
Text Example
Text Example
White with #BC17F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17F9; }
p { color: rgb(188,23,249); }
H1.HeaderClassName
{
color: #BC17F9;
}
.AnyTagClassName
{
color: #BC17F9;
}
</style>
background-color css
<style>
a { background-color: #BC17F9; }
a { background-color: rgb(188,23,249); }
div.DivClassName
{
background-color: #BC17F9;
}
.BgClassName
{
background-color: #BC17F9;
}
</style>
border-color css
<style>
span { border-color: #BC17F9; }
span { border-color: rgb(188,23,249); }
td.TdClassName
{
border-color: #BC17F9;
}
.TagClassName
{
border-color: #BC17F9;
}
</style>