Shades of Electric Purple #BD1AF0
Tints of Electric Purple #BD1AF0
RGB
CMYK
RGB Variations
Color information
#BD1AF0 (or 0xBD1AF0) is known color: Electric Purple. HEX triplet: BD, 1A and F0. RGB value is (189,26,240). Sum of RGB (Red+Green+Blue) = 189+26+240=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD1AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AF0 is #42E50F. Grayscale: #626262. Windows color (decimal): -4384016 or 15735485. OLE color: 15735485.
HSL color Cylindrical-coordinate representation of color #BD1AF0: hue angle of 285.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1AF0 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 26 | 240 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.06 |
| HSL | 285.7º | 0.88% | 0.52% | - |
| HSV(B) | 285.7º | 0.89% | 0.94% | - |
| XYZ | 37.08 | 17.85 | 83.93 | - |
| YUV | 99.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 240 | 0.21 | 0.89 | 0 | 0.06 | 285.7 | 0.88 | 0.52 |
| Hex | BD | 1A | F0 | 15 | 59 | 0 | 6 | 11E | 58 | 34 |
| Octal | 275 | 32 | 360 | 25 | 131 | 0 | 6 | 436 | 130 | 64 |
| Binary | 10111101 | 11010 | 11110000 | 10101 | 1011001 | 0 | 110 | 100011110 | 1011000 | 110100 |
Color Harmonies of #BD1AF0
Complementary color
Monochromatic Colors of #BD1AF0
Black with #BD1AF0
Text Example
Text Example
White with #BD1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AF0; }
p { color: rgb(189,26,240); }
H1.HeaderClassName
{
color: #BD1AF0;
}
.AnyTagClassName
{
color: #BD1AF0;
}
</style>
background-color css
<style>
a { background-color: #BD1AF0; }
a { background-color: rgb(189,26,240); }
div.DivClassName
{
background-color: #BD1AF0;
}
.BgClassName
{
background-color: #BD1AF0;
}
</style>
border-color css
<style>
span { border-color: #BD1AF0; }
span { border-color: rgb(189,26,240); }
td.TdClassName
{
border-color: #BD1AF0;
}
.TagClassName
{
border-color: #BD1AF0;
}
</style>