Shades of Electric Purple #B900EF
Tints of Electric Purple #B900EF
RGB
CMYK
RGB Variations
Color information
#B900EF (or 0xB900EF) is known color: Electric Purple. HEX triplet: B9, 00 and EF. RGB value is (185,0,239). Sum of RGB (Red+Green+Blue) = 185+0+239=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #B900EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900EF is #46FF10. Grayscale: #515151. Windows color (decimal): -4652817 or 15663289. OLE color: 15663289.
HSL color Cylindrical-coordinate representation of color #B900EF: hue angle of 286.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900EF is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 0 | 239 | - |
| CMYK | 0.23 | 1 | 0 | 0.06 |
| HSL | 286.44º | 1% | 0.47% | - |
| HSV(B) | 286.44º | 1% | 0.94% | - |
| XYZ | 35.59 | 16.55 | 82.98 | - |
| YUV | 82.56 | 216.29 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 239 | 0.23 | 1 | 0 | 0.06 | 286.44 | 1 | 0.47 |
| Hex | B9 | 0 | EF | 17 | 64 | 0 | 6 | 11E | 64 | 2F |
| Octal | 271 | 0 | 357 | 27 | 144 | 0 | 6 | 436 | 144 | 57 |
| Binary | 10111001 | 0 | 11101111 | 10111 | 1100100 | 0 | 110 | 100011110 | 1100100 | 101111 |
Color Harmonies of #B900EF
Complementary color
Monochromatic Colors of #B900EF
Black with #B900EF
Text Example
Text Example
White with #B900EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900EF; }
p { color: rgb(185,0,239); }
H1.HeaderClassName
{
color: #B900EF;
}
.AnyTagClassName
{
color: #B900EF;
}
</style>
background-color css
<style>
a { background-color: #B900EF; }
a { background-color: rgb(185,0,239); }
div.DivClassName
{
background-color: #B900EF;
}
.BgClassName
{
background-color: #B900EF;
}
</style>
border-color css
<style>
span { border-color: #B900EF; }
span { border-color: rgb(185,0,239); }
td.TdClassName
{
border-color: #B900EF;
}
.TagClassName
{
border-color: #B900EF;
}
</style>