Shades of Electric Purple #BD0FF3
Tints of Electric Purple #BD0FF3
RGB
CMYK
RGB Variations
Color information
#BD0FF3 (or 0xBD0FF3) is known color: Electric Purple. HEX triplet: BD, 0F and F3. RGB value is (189,15,243). Sum of RGB (Red+Green+Blue) = 189+15+243=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD0FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FF3 is #42F00C. Grayscale: #5C5C5C. Windows color (decimal): -4386829 or 15929277. OLE color: 15929277.
HSL color Cylindrical-coordinate representation of color #BD0FF3: hue angle of 285.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FF3 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 15 | 243 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.05 |
| HSL | 285.79º | 0.9% | 0.51% | - |
| HSV(B) | 285.79º | 0.94% | 0.95% | - |
| XYZ | 37.33 | 17.63 | 86.23 | - |
| YUV | 93.02 | 212.65 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 243 | 0.22 | 0.94 | 0 | 0.05 | 285.79 | 0.9 | 0.51 |
| Hex | BD | F | F3 | 16 | 5E | 0 | 5 | 11E | 5A | 33 |
| Octal | 275 | 17 | 363 | 26 | 136 | 0 | 5 | 436 | 132 | 63 |
| Binary | 10111101 | 1111 | 11110011 | 10110 | 1011110 | 0 | 101 | 100011110 | 1011010 | 110011 |
Color Harmonies of #BD0FF3
Complementary color
Monochromatic Colors of #BD0FF3
Black with #BD0FF3
Text Example
Text Example
White with #BD0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FF3; }
p { color: rgb(189,15,243); }
H1.HeaderClassName
{
color: #BD0FF3;
}
.AnyTagClassName
{
color: #BD0FF3;
}
</style>
background-color css
<style>
a { background-color: #BD0FF3; }
a { background-color: rgb(189,15,243); }
div.DivClassName
{
background-color: #BD0FF3;
}
.BgClassName
{
background-color: #BD0FF3;
}
</style>
border-color css
<style>
span { border-color: #BD0FF3; }
span { border-color: rgb(189,15,243); }
td.TdClassName
{
border-color: #BD0FF3;
}
.TagClassName
{
border-color: #BD0FF3;
}
</style>