Shades of Electric Purple #B905FF
Tints of Electric Purple #B905FF
RGB
CMYK
RGB Variations
Color information
#B905FF (or 0xB905FF) is known color: Electric Purple. HEX triplet: B9, 05 and FF. RGB value is (185,5,255). Sum of RGB (Red+Green+Blue) = 185+5+255=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B905FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905FF is #46FA00. Grayscale: #565656. Windows color (decimal): -4651521 or 16713145. OLE color: 16713145.
HSL color Cylindrical-coordinate representation of color #B905FF: hue angle of 283.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 5 | 255 | - |
| CMYK | 0.27 | 0.98 | 0 | 0 |
| HSL | 283.2º | 1% | 0.51% | - |
| HSV(B) | 283.2º | 0.98% | 1% | - |
| XYZ | 38.11 | 17.64 | 96 | - |
| YUV | 87.32 | 222.63 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 255 | 0.27 | 0.98 | 0 | 0 | 283.2 | 1 | 0.51 |
| Hex | B9 | 5 | FF | 1B | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 271 | 5 | 377 | 33 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10111001 | 101 | 11111111 | 11011 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #B905FF
Complementary color
Monochromatic Colors of #B905FF
Black with #B905FF
Text Example
Text Example
White with #B905FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905FF; }
p { color: rgb(185,5,255); }
H1.HeaderClassName
{
color: #B905FF;
}
.AnyTagClassName
{
color: #B905FF;
}
</style>
background-color css
<style>
a { background-color: #B905FF; }
a { background-color: rgb(185,5,255); }
div.DivClassName
{
background-color: #B905FF;
}
.BgClassName
{
background-color: #B905FF;
}
</style>
border-color css
<style>
span { border-color: #B905FF; }
span { border-color: rgb(185,5,255); }
td.TdClassName
{
border-color: #B905FF;
}
.TagClassName
{
border-color: #B905FF;
}
</style>