Shades of Electric Purple #B905ED
Tints of Electric Purple #B905ED
RGB
CMYK
RGB Variations
Color information
#B905ED (or 0xB905ED) is known color: Electric Purple. HEX triplet: B9, 05 and ED. RGB value is (185,5,237). Sum of RGB (Red+Green+Blue) = 185+5+237=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #B905ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905ED is #46FA12. Grayscale: #545454. Windows color (decimal): -4651539 or 15533497. OLE color: 15533497.
HSL color Cylindrical-coordinate representation of color #B905ED: hue angle of 286.55º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905ED is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 5 | 237 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.07 |
| HSL | 286.55º | 0.96% | 0.47% | - |
| HSV(B) | 286.55º | 0.98% | 0.93% | - |
| XYZ | 35.35 | 16.54 | 81.45 | - |
| YUV | 85.27 | 213.63 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 237 | 0.22 | 0.98 | 0 | 0.07 | 286.55 | 0.96 | 0.47 |
| Hex | B9 | 5 | ED | 16 | 62 | 0 | 7 | 11F | 60 | 2F |
| Octal | 271 | 5 | 355 | 26 | 142 | 0 | 7 | 437 | 140 | 57 |
| Binary | 10111001 | 101 | 11101101 | 10110 | 1100010 | 0 | 111 | 100011111 | 1100000 | 101111 |
Color Harmonies of #B905ED
Complementary color
Monochromatic Colors of #B905ED
Black with #B905ED
Text Example
Text Example
White with #B905ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905ED; }
p { color: rgb(185,5,237); }
H1.HeaderClassName
{
color: #B905ED;
}
.AnyTagClassName
{
color: #B905ED;
}
</style>
background-color css
<style>
a { background-color: #B905ED; }
a { background-color: rgb(185,5,237); }
div.DivClassName
{
background-color: #B905ED;
}
.BgClassName
{
background-color: #B905ED;
}
</style>
border-color css
<style>
span { border-color: #B905ED; }
span { border-color: rgb(185,5,237); }
td.TdClassName
{
border-color: #B905ED;
}
.TagClassName
{
border-color: #B905ED;
}
</style>