Shades of Electric Purple #B905E6
Tints of Electric Purple #B905E6
RGB
CMYK
RGB Variations
Color information
#B905E6 (or 0xB905E6) is known color: Electric Purple. HEX triplet: B9, 05 and E6. RGB value is (185,5,230). Sum of RGB (Red+Green+Blue) = 185+5+230=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #B905E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905E6 is #46FA19. Grayscale: #535353. Windows color (decimal): -4651546 or 15074745. OLE color: 15074745.
HSL color Cylindrical-coordinate representation of color #B905E6: hue angle of 288º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905E6 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 5 | 230 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.10 |
| HSL | 288º | 0.96% | 0.46% | - |
| HSV(B) | 288º | 0.98% | 0.9% | - |
| XYZ | 34.34 | 16.14 | 76.17 | - |
| YUV | 84.47 | 210.13 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 230 | 0.20 | 0.98 | 0 | 0.10 | 288 | 0.96 | 0.46 |
| Hex | B9 | 5 | E6 | 14 | 62 | 0 | A | 120 | 60 | 2E |
| Octal | 271 | 5 | 346 | 24 | 142 | 0 | 12 | 440 | 140 | 56 |
| Binary | 10111001 | 101 | 11100110 | 10100 | 1100010 | 0 | 1010 | 100100000 | 1100000 | 101110 |
Color Harmonies of #B905E6
Complementary color
Monochromatic Colors of #B905E6
Black with #B905E6
Text Example
Text Example
White with #B905E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905E6; }
p { color: rgb(185,5,230); }
H1.HeaderClassName
{
color: #B905E6;
}
.AnyTagClassName
{
color: #B905E6;
}
</style>
background-color css
<style>
a { background-color: #B905E6; }
a { background-color: rgb(185,5,230); }
div.DivClassName
{
background-color: #B905E6;
}
.BgClassName
{
background-color: #B905E6;
}
</style>
border-color css
<style>
span { border-color: #B905E6; }
span { border-color: rgb(185,5,230); }
td.TdClassName
{
border-color: #B905E6;
}
.TagClassName
{
border-color: #B905E6;
}
</style>