Shades of Electric Purple #B905FE
Tints of Electric Purple #B905FE
RGB
CMYK
RGB Variations
Color information
#B905FE (or 0xB905FE) is known color: Electric Purple. HEX triplet: B9, 05 and FE. RGB value is (185,5,254). Sum of RGB (Red+Green+Blue) = 185+5+254=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B905FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905FE is #46FA01. Grayscale: #565656. Windows color (decimal): -4651522 or 16647609. OLE color: 16647609.
HSL color Cylindrical-coordinate representation of color #B905FE: hue angle of 283.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905FE is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 5 | 254 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.00 |
| HSL | 283.37º | 0.99% | 0.51% | - |
| HSV(B) | 283.37º | 0.98% | 1% | - |
| XYZ | 37.95 | 17.58 | 95.16 | - |
| YUV | 87.21 | 222.13 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 254 | 0.27 | 0.98 | 0 | 0.00 | 283.37 | 0.99 | 0.51 |
| Hex | B9 | 5 | FE | 1B | 62 | 0 | 0 | 11B | 63 | 33 |
| Octal | 271 | 5 | 376 | 33 | 142 | 0 | 0 | 433 | 143 | 63 |
| Binary | 10111001 | 101 | 11111110 | 11011 | 1100010 | 0 | 0 | 100011011 | 1100011 | 110011 |
Color Harmonies of #B905FE
Complementary color
Monochromatic Colors of #B905FE
Black with #B905FE
Text Example
Text Example
White with #B905FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905FE; }
p { color: rgb(185,5,254); }
H1.HeaderClassName
{
color: #B905FE;
}
.AnyTagClassName
{
color: #B905FE;
}
</style>
background-color css
<style>
a { background-color: #B905FE; }
a { background-color: rgb(185,5,254); }
div.DivClassName
{
background-color: #B905FE;
}
.BgClassName
{
background-color: #B905FE;
}
</style>
border-color css
<style>
span { border-color: #B905FE; }
span { border-color: rgb(185,5,254); }
td.TdClassName
{
border-color: #B905FE;
}
.TagClassName
{
border-color: #B905FE;
}
</style>