Shades of Electric Purple #B905F8
Tints of Electric Purple #B905F8
RGB
CMYK
RGB Variations
Color information
#B905F8 (or 0xB905F8) is known color: Electric Purple. HEX triplet: B9, 05 and F8. RGB value is (185,5,248). Sum of RGB (Red+Green+Blue) = 185+5+248=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #B905F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905F8 is #46FA07. Grayscale: #555555. Windows color (decimal): -4651528 or 16254393. OLE color: 16254393.
HSL color Cylindrical-coordinate representation of color #B905F8: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905F8 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 5 | 248 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.03 |
| HSL | 284.44º | 0.96% | 0.5% | - |
| HSV(B) | 284.44º | 0.98% | 0.97% | - |
| XYZ | 37.01 | 17.2 | 90.18 | - |
| YUV | 86.52 | 219.13 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 248 | 0.25 | 0.98 | 0 | 0.03 | 284.44 | 0.96 | 0.5 |
| Hex | B9 | 5 | F8 | 19 | 62 | 0 | 3 | 11C | 60 | 32 |
| Octal | 271 | 5 | 370 | 31 | 142 | 0 | 3 | 434 | 140 | 62 |
| Binary | 10111001 | 101 | 11111000 | 11001 | 1100010 | 0 | 11 | 100011100 | 1100000 | 110010 |
Color Harmonies of #B905F8
Complementary color
Monochromatic Colors of #B905F8
Black with #B905F8
Text Example
Text Example
White with #B905F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905F8; }
p { color: rgb(185,5,248); }
H1.HeaderClassName
{
color: #B905F8;
}
.AnyTagClassName
{
color: #B905F8;
}
</style>
background-color css
<style>
a { background-color: #B905F8; }
a { background-color: rgb(185,5,248); }
div.DivClassName
{
background-color: #B905F8;
}
.BgClassName
{
background-color: #B905F8;
}
</style>
border-color css
<style>
span { border-color: #B905F8; }
span { border-color: rgb(185,5,248); }
td.TdClassName
{
border-color: #B905F8;
}
.TagClassName
{
border-color: #B905F8;
}
</style>