Shades of Electric Purple #B905FB
Tints of Electric Purple #B905FB
RGB
CMYK
RGB Variations
Color information
#B905FB (or 0xB905FB) is known color: Electric Purple. HEX triplet: B9, 05 and FB. RGB value is (185,5,251). Sum of RGB (Red+Green+Blue) = 185+5+251=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #B905FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905FB is #46FA04. Grayscale: #565656. Windows color (decimal): -4651525 or 16451001. OLE color: 16451001.
HSL color Cylindrical-coordinate representation of color #B905FB: hue angle of 283.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905FB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 5 | 251 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.02 |
| HSL | 283.9º | 0.97% | 0.5% | - |
| HSV(B) | 283.9º | 0.98% | 0.98% | - |
| XYZ | 37.47 | 17.39 | 92.65 | - |
| YUV | 86.86 | 220.63 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 251 | 0.26 | 0.98 | 0 | 0.02 | 283.9 | 0.97 | 0.5 |
| Hex | B9 | 5 | FB | 1A | 62 | 0 | 2 | 11C | 61 | 32 |
| Octal | 271 | 5 | 373 | 32 | 142 | 0 | 2 | 434 | 141 | 62 |
| Binary | 10111001 | 101 | 11111011 | 11010 | 1100010 | 0 | 10 | 100011100 | 1100001 | 110010 |
Color Harmonies of #B905FB
Complementary color
Monochromatic Colors of #B905FB
Black with #B905FB
Text Example
Text Example
White with #B905FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905FB; }
p { color: rgb(185,5,251); }
H1.HeaderClassName
{
color: #B905FB;
}
.AnyTagClassName
{
color: #B905FB;
}
</style>
background-color css
<style>
a { background-color: #B905FB; }
a { background-color: rgb(185,5,251); }
div.DivClassName
{
background-color: #B905FB;
}
.BgClassName
{
background-color: #B905FB;
}
</style>
border-color css
<style>
span { border-color: #B905FB; }
span { border-color: rgb(185,5,251); }
td.TdClassName
{
border-color: #B905FB;
}
.TagClassName
{
border-color: #B905FB;
}
</style>