Shades of Electric Purple #B905EF
Tints of Electric Purple #B905EF
RGB
CMYK
RGB Variations
Color information
#B905EF (or 0xB905EF) is known color: Electric Purple. HEX triplet: B9, 05 and EF. RGB value is (185,5,239). Sum of RGB (Red+Green+Blue) = 185+5+239=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #B905EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905EF is #46FA10. Grayscale: #545454. Windows color (decimal): -4651537 or 15664569. OLE color: 15664569.
HSL color Cylindrical-coordinate representation of color #B905EF: hue angle of 286.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905EF is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 5 | 239 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.06 |
| HSL | 286.15º | 0.96% | 0.48% | - |
| HSV(B) | 286.15º | 0.98% | 0.94% | - |
| XYZ | 35.64 | 16.65 | 83 | - |
| YUV | 85.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 239 | 0.23 | 0.98 | 0 | 0.06 | 286.15 | 0.96 | 0.48 |
| Hex | B9 | 5 | EF | 17 | 62 | 0 | 6 | 11E | 60 | 30 |
| Octal | 271 | 5 | 357 | 27 | 142 | 0 | 6 | 436 | 140 | 60 |
| Binary | 10111001 | 101 | 11101111 | 10111 | 1100010 | 0 | 110 | 100011110 | 1100000 | 110000 |
Color Harmonies of #B905EF
Complementary color
Monochromatic Colors of #B905EF
Black with #B905EF
Text Example
Text Example
White with #B905EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905EF; }
p { color: rgb(185,5,239); }
H1.HeaderClassName
{
color: #B905EF;
}
.AnyTagClassName
{
color: #B905EF;
}
</style>
background-color css
<style>
a { background-color: #B905EF; }
a { background-color: rgb(185,5,239); }
div.DivClassName
{
background-color: #B905EF;
}
.BgClassName
{
background-color: #B905EF;
}
</style>
border-color css
<style>
span { border-color: #B905EF; }
span { border-color: rgb(185,5,239); }
td.TdClassName
{
border-color: #B905EF;
}
.TagClassName
{
border-color: #B905EF;
}
</style>