Shades of Electric Purple #B90FFC
Tints of Electric Purple #B90FFC
RGB
CMYK
RGB Variations
Color information
#B90FFC (or 0xB90FFC) is known color: Electric Purple. HEX triplet: B9, 0F and FC. RGB value is (185,15,252). Sum of RGB (Red+Green+Blue) = 185+15+252=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #B90FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FFC is #46F003. Grayscale: #5C5C5C. Windows color (decimal): -4648964 or 16519097. OLE color: 16519097.
HSL color Cylindrical-coordinate representation of color #B90FFC: hue angle of 283.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FFC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 15 | 252 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.01 |
| HSL | 283.04º | 0.98% | 0.52% | - |
| HSV(B) | 283.04º | 0.94% | 0.99% | - |
| XYZ | 37.75 | 17.68 | 93.52 | - |
| YUV | 92.85 | 217.82 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 252 | 0.27 | 0.94 | 0 | 0.01 | 283.04 | 0.98 | 0.52 |
| Hex | B9 | F | FC | 1B | 5E | 0 | 1 | 11B | 62 | 34 |
| Octal | 271 | 17 | 374 | 33 | 136 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111001 | 1111 | 11111100 | 11011 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B90FFC
Complementary color
Monochromatic Colors of #B90FFC
Black with #B90FFC
Text Example
Text Example
White with #B90FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FFC; }
p { color: rgb(185,15,252); }
H1.HeaderClassName
{
color: #B90FFC;
}
.AnyTagClassName
{
color: #B90FFC;
}
</style>
background-color css
<style>
a { background-color: #B90FFC; }
a { background-color: rgb(185,15,252); }
div.DivClassName
{
background-color: #B90FFC;
}
.BgClassName
{
background-color: #B90FFC;
}
</style>
border-color css
<style>
span { border-color: #B90FFC; }
span { border-color: rgb(185,15,252); }
td.TdClassName
{
border-color: #B90FFC;
}
.TagClassName
{
border-color: #B90FFC;
}
</style>