Shades of Electric Purple #BD05F2
Tints of Electric Purple #BD05F2
RGB
CMYK
RGB Variations
Color information
#BD05F2 (or 0xBD05F2) is known color: Electric Purple. HEX triplet: BD, 05 and F2. RGB value is (189,5,242). Sum of RGB (Red+Green+Blue) = 189+5+242=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD05F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD05F2 is #42FA0D. Grayscale: #565656. Windows color (decimal): -4389390 or 15861181. OLE color: 15861181.
HSL color Cylindrical-coordinate representation of color #BD05F2: hue angle of 286.58º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD05F2 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 5 | 242 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.05 |
| HSL | 286.58º | 0.96% | 0.48% | - |
| HSV(B) | 286.58º | 0.98% | 0.95% | - |
| XYZ | 37.07 | 17.34 | 85.4 | - |
| YUV | 87.03 | 215.46 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 242 | 0.22 | 0.98 | 0 | 0.05 | 286.58 | 0.96 | 0.48 |
| Hex | BD | 5 | F2 | 16 | 62 | 0 | 5 | 11F | 60 | 30 |
| Octal | 275 | 5 | 362 | 26 | 142 | 0 | 5 | 437 | 140 | 60 |
| Binary | 10111101 | 101 | 11110010 | 10110 | 1100010 | 0 | 101 | 100011111 | 1100000 | 110000 |
Color Harmonies of #BD05F2
Complementary color
Monochromatic Colors of #BD05F2
Black with #BD05F2
Text Example
Text Example
White with #BD05F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD05F2; }
p { color: rgb(189,5,242); }
H1.HeaderClassName
{
color: #BD05F2;
}
.AnyTagClassName
{
color: #BD05F2;
}
</style>
background-color css
<style>
a { background-color: #BD05F2; }
a { background-color: rgb(189,5,242); }
div.DivClassName
{
background-color: #BD05F2;
}
.BgClassName
{
background-color: #BD05F2;
}
</style>
border-color css
<style>
span { border-color: #BD05F2; }
span { border-color: rgb(189,5,242); }
td.TdClassName
{
border-color: #BD05F2;
}
.TagClassName
{
border-color: #BD05F2;
}
</style>