Shades of Electric Purple #B913FF
Tints of Electric Purple #B913FF
RGB
CMYK
RGB Variations
Color information
#B913FF (or 0xB913FF) is known color: Electric Purple. HEX triplet: B9, 13 and FF. RGB value is (185,19,255). Sum of RGB (Red+Green+Blue) = 185+19+255=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B913FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913FF is #46EC00. Grayscale: #5E5E5E. Windows color (decimal): -4647937 or 16716729. OLE color: 16716729.
HSL color Cylindrical-coordinate representation of color #B913FF: hue angle of 282.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B913FF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 19 | 255 | - |
| CMYK | 0.27 | 0.93 | 0 | 0 |
| HSL | 282.2º | 1% | 0.54% | - |
| HSV(B) | 282.2º | 0.93% | 1% | - |
| XYZ | 38.29 | 18 | 96.06 | - |
| YUV | 95.54 | 218 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 255 | 0.27 | 0.93 | 0 | 0 | 282.2 | 1 | 0.54 |
| Hex | B9 | 13 | FF | 1B | 5D | 0 | 0 | 11A | 64 | 36 |
| Octal | 271 | 23 | 377 | 33 | 135 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10111001 | 10011 | 11111111 | 11011 | 1011101 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #B913FF
Complementary color
Monochromatic Colors of #B913FF
Black with #B913FF
Text Example
Text Example
White with #B913FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913FF; }
p { color: rgb(185,19,255); }
H1.HeaderClassName
{
color: #B913FF;
}
.AnyTagClassName
{
color: #B913FF;
}
</style>
background-color css
<style>
a { background-color: #B913FF; }
a { background-color: rgb(185,19,255); }
div.DivClassName
{
background-color: #B913FF;
}
.BgClassName
{
background-color: #B913FF;
}
</style>
border-color css
<style>
span { border-color: #B913FF; }
span { border-color: rgb(185,19,255); }
td.TdClassName
{
border-color: #B913FF;
}
.TagClassName
{
border-color: #B913FF;
}
</style>