Shades of Electric Purple #BD27F8
Tints of Electric Purple #BD27F8
RGB
CMYK
RGB Variations
Color information
#BD27F8 (or 0xBD27F8) is known color: Electric Purple. HEX triplet: BD, 27 and F8. RGB value is (189,39,248). Sum of RGB (Red+Green+Blue) = 189+39+248=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD27F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD27F8 is #42D807. Grayscale: #6A6A6A. Windows color (decimal): -4380680 or 16263101. OLE color: 16263101.
HSL color Cylindrical-coordinate representation of color #BD27F8: hue angle of 283.06º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD27F8 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 39 | 248 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.03 |
| HSL | 283.06º | 0.94% | 0.56% | - |
| HSV(B) | 283.06º | 0.84% | 0.97% | - |
| XYZ | 38.66 | 19.05 | 90.45 | - |
| YUV | 107.68 | 207.2 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 248 | 0.24 | 0.84 | 0 | 0.03 | 283.06 | 0.94 | 0.56 |
| Hex | BD | 27 | F8 | 18 | 54 | 0 | 3 | 11B | 5E | 38 |
| Octal | 275 | 47 | 370 | 30 | 124 | 0 | 3 | 433 | 136 | 70 |
| Binary | 10111101 | 100111 | 11111000 | 11000 | 1010100 | 0 | 11 | 100011011 | 1011110 | 111000 |
Color Harmonies of #BD27F8
Complementary color
Monochromatic Colors of #BD27F8
Black with #BD27F8
Text Example
Text Example
White with #BD27F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27F8; }
p { color: rgb(189,39,248); }
H1.HeaderClassName
{
color: #BD27F8;
}
.AnyTagClassName
{
color: #BD27F8;
}
</style>
background-color css
<style>
a { background-color: #BD27F8; }
a { background-color: rgb(189,39,248); }
div.DivClassName
{
background-color: #BD27F8;
}
.BgClassName
{
background-color: #BD27F8;
}
</style>
border-color css
<style>
span { border-color: #BD27F8; }
span { border-color: rgb(189,39,248); }
td.TdClassName
{
border-color: #BD27F8;
}
.TagClassName
{
border-color: #BD27F8;
}
</style>