Shades of Electric Purple #BD07F2
Tints of Electric Purple #BD07F2
RGB
CMYK
RGB Variations
Color information
#BD07F2 (or 0xBD07F2) is known color: Electric Purple. HEX triplet: BD, 07 and F2. RGB value is (189,7,242). Sum of RGB (Red+Green+Blue) = 189+7+242=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD07F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD07F2 is #42F80D. Grayscale: #575757. Windows color (decimal): -4388878 or 15861693. OLE color: 15861693.
HSL color Cylindrical-coordinate representation of color #BD07F2: hue angle of 286.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07F2 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 7 | 242 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.05 |
| HSL | 286.47º | 0.94% | 0.49% | - |
| HSV(B) | 286.47º | 0.97% | 0.95% | - |
| XYZ | 37.09 | 17.38 | 85.4 | - |
| YUV | 88.21 | 214.8 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 242 | 0.22 | 0.97 | 0 | 0.05 | 286.47 | 0.94 | 0.49 |
| Hex | BD | 7 | F2 | 16 | 61 | 0 | 5 | 11E | 5E | 31 |
| Octal | 275 | 7 | 362 | 26 | 141 | 0 | 5 | 436 | 136 | 61 |
| Binary | 10111101 | 111 | 11110010 | 10110 | 1100001 | 0 | 101 | 100011110 | 1011110 | 110001 |
Color Harmonies of #BD07F2
Complementary color
Monochromatic Colors of #BD07F2
Black with #BD07F2
Text Example
Text Example
White with #BD07F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07F2; }
p { color: rgb(189,7,242); }
H1.HeaderClassName
{
color: #BD07F2;
}
.AnyTagClassName
{
color: #BD07F2;
}
</style>
background-color css
<style>
a { background-color: #BD07F2; }
a { background-color: rgb(189,7,242); }
div.DivClassName
{
background-color: #BD07F2;
}
.BgClassName
{
background-color: #BD07F2;
}
</style>
border-color css
<style>
span { border-color: #BD07F2; }
span { border-color: rgb(189,7,242); }
td.TdClassName
{
border-color: #BD07F2;
}
.TagClassName
{
border-color: #BD07F2;
}
</style>