Shades of Electric Purple #BD1AFB
Tints of Electric Purple #BD1AFB
RGB
CMYK
RGB Variations
Color information
#BD1AFB (or 0xBD1AFB) is known color: Electric Purple. HEX triplet: BD, 1A and FB. RGB value is (189,26,251). Sum of RGB (Red+Green+Blue) = 189+26+251=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1AFB is #42E504. Grayscale: #636363. Windows color (decimal): -4384005 or 16456381. OLE color: 16456381.
HSL color Cylindrical-coordinate representation of color #BD1AFB: hue angle of 283.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1AFB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 26 | 251 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.02 |
| HSL | 283.47º | 0.97% | 0.54% | - |
| HSV(B) | 283.47º | 0.9% | 0.98% | - |
| XYZ | 38.77 | 18.52 | 92.8 | - |
| YUV | 100.39 | 213 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 251 | 0.25 | 0.90 | 0 | 0.02 | 283.47 | 0.97 | 0.54 |
| Hex | BD | 1A | FB | 19 | 5A | 0 | 2 | 11B | 61 | 36 |
| Octal | 275 | 32 | 373 | 31 | 132 | 0 | 2 | 433 | 141 | 66 |
| Binary | 10111101 | 11010 | 11111011 | 11001 | 1011010 | 0 | 10 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BD1AFB
Complementary color
Monochromatic Colors of #BD1AFB
Black with #BD1AFB
Text Example
Text Example
White with #BD1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AFB; }
p { color: rgb(189,26,251); }
H1.HeaderClassName
{
color: #BD1AFB;
}
.AnyTagClassName
{
color: #BD1AFB;
}
</style>
background-color css
<style>
a { background-color: #BD1AFB; }
a { background-color: rgb(189,26,251); }
div.DivClassName
{
background-color: #BD1AFB;
}
.BgClassName
{
background-color: #BD1AFB;
}
</style>
border-color css
<style>
span { border-color: #BD1AFB; }
span { border-color: rgb(189,26,251); }
td.TdClassName
{
border-color: #BD1AFB;
}
.TagClassName
{
border-color: #BD1AFB;
}
</style>