Shades of Electric Purple #BD27F5
Tints of Electric Purple #BD27F5
RGB
CMYK
RGB Variations
Color information
#BD27F5 (or 0xBD27F5) is known color: Electric Purple. HEX triplet: BD, 27 and F5. RGB value is (189,39,245). Sum of RGB (Red+Green+Blue) = 189+39+245=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD27F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD27F5 is #42D80A. Grayscale: #6A6A6A. Windows color (decimal): -4380683 or 16066493. OLE color: 16066493.
HSL color Cylindrical-coordinate representation of color #BD27F5: hue angle of 283.69º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD27F5 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 39 | 245 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.04 |
| HSL | 283.69º | 0.91% | 0.56% | - |
| HSV(B) | 283.69º | 0.84% | 0.96% | - |
| XYZ | 38.19 | 18.86 | 88.01 | - |
| YUV | 107.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 245 | 0.23 | 0.84 | 0 | 0.04 | 283.69 | 0.91 | 0.56 |
| Hex | BD | 27 | F5 | 17 | 54 | 0 | 4 | 11C | 5B | 38 |
| Octal | 275 | 47 | 365 | 27 | 124 | 0 | 4 | 434 | 133 | 70 |
| Binary | 10111101 | 100111 | 11110101 | 10111 | 1010100 | 0 | 100 | 100011100 | 1011011 | 111000 |
Color Harmonies of #BD27F5
Complementary color
Monochromatic Colors of #BD27F5
Black with #BD27F5
Text Example
Text Example
White with #BD27F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27F5; }
p { color: rgb(189,39,245); }
H1.HeaderClassName
{
color: #BD27F5;
}
.AnyTagClassName
{
color: #BD27F5;
}
</style>
background-color css
<style>
a { background-color: #BD27F5; }
a { background-color: rgb(189,39,245); }
div.DivClassName
{
background-color: #BD27F5;
}
.BgClassName
{
background-color: #BD27F5;
}
</style>
border-color css
<style>
span { border-color: #BD27F5; }
span { border-color: rgb(189,39,245); }
td.TdClassName
{
border-color: #BD27F5;
}
.TagClassName
{
border-color: #BD27F5;
}
</style>