Shades of Electric Purple #BD26FF
Tints of Electric Purple #BD26FF
RGB
CMYK
RGB Variations
Color information
#BD26FF (or 0xBD26FF) is known color: Electric Purple. HEX triplet: BD, 26 and FF. RGB value is (189,38,255). Sum of RGB (Red+Green+Blue) = 189+38+255=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD26FF is #42D900. Grayscale: #6B6B6B. Windows color (decimal): -4380929 or 16721597. OLE color: 16721597.
HSL color Cylindrical-coordinate representation of color #BD26FF: hue angle of 281.75º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD26FF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 38 | 255 | - |
| CMYK | 0.26 | 0.85 | 0 | 0 |
| HSL | 281.75º | 1% | 0.57% | - |
| HSV(B) | 281.75º | 0.85% | 1% | - |
| XYZ | 39.73 | 19.43 | 96.26 | - |
| YUV | 107.89 | 211.03 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 255 | 0.26 | 0.85 | 0 | 0 | 281.75 | 1 | 0.57 |
| Hex | BD | 26 | FF | 1A | 55 | 0 | 0 | 11A | 64 | 39 |
| Octal | 275 | 46 | 377 | 32 | 125 | 0 | 0 | 432 | 144 | 71 |
| Binary | 10111101 | 100110 | 11111111 | 11010 | 1010101 | 0 | 0 | 100011010 | 1100100 | 111001 |
Color Harmonies of #BD26FF
Complementary color
Monochromatic Colors of #BD26FF
Black with #BD26FF
Text Example
Text Example
White with #BD26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26FF; }
p { color: rgb(189,38,255); }
H1.HeaderClassName
{
color: #BD26FF;
}
.AnyTagClassName
{
color: #BD26FF;
}
</style>
background-color css
<style>
a { background-color: #BD26FF; }
a { background-color: rgb(189,38,255); }
div.DivClassName
{
background-color: #BD26FF;
}
.BgClassName
{
background-color: #BD26FF;
}
</style>
border-color css
<style>
span { border-color: #BD26FF; }
span { border-color: rgb(189,38,255); }
td.TdClassName
{
border-color: #BD26FF;
}
.TagClassName
{
border-color: #BD26FF;
}
</style>