Shades of Electric Purple #B921ED
Tints of Electric Purple #B921ED
RGB
CMYK
RGB Variations
Color information
#B921ED (or 0xB921ED) is known color: Electric Purple. HEX triplet: B9, 21 and ED. RGB value is (185,33,237). Sum of RGB (Red+Green+Blue) = 185+33+237=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B921ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921ED is #46DE12. Grayscale: #656565. Windows color (decimal): -4644371 or 15540665. OLE color: 15540665.
HSL color Cylindrical-coordinate representation of color #B921ED: hue angle of 284.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B921ED is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 33 | 237 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.07 |
| HSL | 284.71º | 0.85% | 0.53% | - |
| HSV(B) | 284.71º | 0.86% | 0.93% | - |
| XYZ | 35.84 | 17.52 | 81.61 | - |
| YUV | 101.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 237 | 0.22 | 0.86 | 0 | 0.07 | 284.71 | 0.85 | 0.53 |
| Hex | B9 | 21 | ED | 16 | 56 | 0 | 7 | 11D | 55 | 35 |
| Octal | 271 | 41 | 355 | 26 | 126 | 0 | 7 | 435 | 125 | 65 |
| Binary | 10111001 | 100001 | 11101101 | 10110 | 1010110 | 0 | 111 | 100011101 | 1010101 | 110101 |
Color Harmonies of #B921ED
Complementary color
Monochromatic Colors of #B921ED
Black with #B921ED
Text Example
Text Example
White with #B921ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921ED; }
p { color: rgb(185,33,237); }
H1.HeaderClassName
{
color: #B921ED;
}
.AnyTagClassName
{
color: #B921ED;
}
</style>
background-color css
<style>
a { background-color: #B921ED; }
a { background-color: rgb(185,33,237); }
div.DivClassName
{
background-color: #B921ED;
}
.BgClassName
{
background-color: #B921ED;
}
</style>
border-color css
<style>
span { border-color: #B921ED; }
span { border-color: rgb(185,33,237); }
td.TdClassName
{
border-color: #B921ED;
}
.TagClassName
{
border-color: #B921ED;
}
</style>