Shades of Electric Purple #BD00F2
Tints of Electric Purple #BD00F2
RGB
CMYK
RGB Variations
Color information
#BD00F2 (or 0xBD00F2) is known color: Electric Purple. HEX triplet: BD, 00 and F2. RGB value is (189,0,242). Sum of RGB (Red+Green+Blue) = 189+0+242=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD00F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00F2 is #42FF0D. Grayscale: #535353. Windows color (decimal): -4390670 or 15859901. OLE color: 15859901.
HSL color Cylindrical-coordinate representation of color #BD00F2: hue angle of 286.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00F2 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 0 | 242 | - |
| CMYK | 0.22 | 1 | 0 | 0.05 |
| HSL | 286.86º | 1% | 0.47% | - |
| HSV(B) | 286.86º | 1% | 0.95% | - |
| XYZ | 37.01 | 17.23 | 85.38 | - |
| YUV | 84.1 | 217.12 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 242 | 0.22 | 1 | 0 | 0.05 | 286.86 | 1 | 0.47 |
| Hex | BD | 0 | F2 | 16 | 64 | 0 | 5 | 11F | 64 | 2F |
| Octal | 275 | 0 | 362 | 26 | 144 | 0 | 5 | 437 | 144 | 57 |
| Binary | 10111101 | 0 | 11110010 | 10110 | 1100100 | 0 | 101 | 100011111 | 1100100 | 101111 |
Color Harmonies of #BD00F2
Complementary color
Monochromatic Colors of #BD00F2
Black with #BD00F2
Text Example
Text Example
White with #BD00F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00F2; }
p { color: rgb(189,0,242); }
H1.HeaderClassName
{
color: #BD00F2;
}
.AnyTagClassName
{
color: #BD00F2;
}
</style>
background-color css
<style>
a { background-color: #BD00F2; }
a { background-color: rgb(189,0,242); }
div.DivClassName
{
background-color: #BD00F2;
}
.BgClassName
{
background-color: #BD00F2;
}
</style>
border-color css
<style>
span { border-color: #BD00F2; }
span { border-color: rgb(189,0,242); }
td.TdClassName
{
border-color: #BD00F2;
}
.TagClassName
{
border-color: #BD00F2;
}
</style>