Shades of Electric Purple #B921FF
Tints of Electric Purple #B921FF
RGB
CMYK
RGB Variations
Color information
#B921FF (or 0xB921FF) is known color: Electric Purple. HEX triplet: B9, 21 and FF. RGB value is (185,33,255). Sum of RGB (Red+Green+Blue) = 185+33+255=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B921FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921FF is #46DE00. Grayscale: #676767. Windows color (decimal): -4644353 or 16720313. OLE color: 16720313.
HSL color Cylindrical-coordinate representation of color #B921FF: hue angle of 281.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B921FF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 33 | 255 | - |
| CMYK | 0.27 | 0.87 | 0 | 0 |
| HSL | 281.08º | 1% | 0.56% | - |
| HSV(B) | 281.08º | 0.87% | 1% | - |
| XYZ | 38.6 | 18.62 | 96.17 | - |
| YUV | 103.76 | 213.36 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 255 | 0.27 | 0.87 | 0 | 0 | 281.08 | 1 | 0.56 |
| Hex | B9 | 21 | FF | 1B | 57 | 0 | 0 | 119 | 64 | 38 |
| Octal | 271 | 41 | 377 | 33 | 127 | 0 | 0 | 431 | 144 | 70 |
| Binary | 10111001 | 100001 | 11111111 | 11011 | 1010111 | 0 | 0 | 100011001 | 1100100 | 111000 |
Color Harmonies of #B921FF
Complementary color
Monochromatic Colors of #B921FF
Black with #B921FF
Text Example
Text Example
White with #B921FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921FF; }
p { color: rgb(185,33,255); }
H1.HeaderClassName
{
color: #B921FF;
}
.AnyTagClassName
{
color: #B921FF;
}
</style>
background-color css
<style>
a { background-color: #B921FF; }
a { background-color: rgb(185,33,255); }
div.DivClassName
{
background-color: #B921FF;
}
.BgClassName
{
background-color: #B921FF;
}
</style>
border-color css
<style>
span { border-color: #B921FF; }
span { border-color: rgb(185,33,255); }
td.TdClassName
{
border-color: #B921FF;
}
.TagClassName
{
border-color: #B921FF;
}
</style>