Shades of Electric Purple #B121F8
Tints of Electric Purple #B121F8
RGB
CMYK
RGB Variations
Color information
#B121F8 (or 0xB121F8) is known color: Electric Purple. HEX triplet: B1, 21 and F8. RGB value is (177,33,248). Sum of RGB (Red+Green+Blue) = 177+33+248=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #B121F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121F8 is #4EDE07. Grayscale: #636363. Windows color (decimal): -5168648 or 16261553. OLE color: 16261553.
HSL color Cylindrical-coordinate representation of color #B121F8: hue angle of 280.19º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B121F8 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 33 | 248 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.03 |
| HSL | 280.19º | 0.94% | 0.55% | - |
| HSV(B) | 280.19º | 0.87% | 0.97% | - |
| XYZ | 35.62 | 17.21 | 90.25 | - |
| YUV | 100.57 | 211.21 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 248 | 0.29 | 0.87 | 0 | 0.03 | 280.19 | 0.94 | 0.55 |
| Hex | B1 | 21 | F8 | 1D | 57 | 0 | 3 | 118 | 5E | 37 |
| Octal | 261 | 41 | 370 | 35 | 127 | 0 | 3 | 430 | 136 | 67 |
| Binary | 10110001 | 100001 | 11111000 | 11101 | 1010111 | 0 | 11 | 100011000 | 1011110 | 110111 |
Color Harmonies of #B121F8
Complementary color
Monochromatic Colors of #B121F8
Black with #B121F8
Text Example
Text Example
White with #B121F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121F8; }
p { color: rgb(177,33,248); }
H1.HeaderClassName
{
color: #B121F8;
}
.AnyTagClassName
{
color: #B121F8;
}
</style>
background-color css
<style>
a { background-color: #B121F8; }
a { background-color: rgb(177,33,248); }
div.DivClassName
{
background-color: #B121F8;
}
.BgClassName
{
background-color: #B121F8;
}
</style>
border-color css
<style>
span { border-color: #B121F8; }
span { border-color: rgb(177,33,248); }
td.TdClassName
{
border-color: #B121F8;
}
.TagClassName
{
border-color: #B121F8;
}
</style>