Shades of Electric Purple #B613FE
Tints of Electric Purple #B613FE
RGB
CMYK
RGB Variations
Color information
#B613FE (or 0xB613FE) is known color: Electric Purple. HEX triplet: B6, 13 and FE. RGB value is (182,19,254). Sum of RGB (Red+Green+Blue) = 182+19+254=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B613FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613FE is #49EC01. Grayscale: #5D5D5D. Windows color (decimal): -4844546 or 16651190. OLE color: 16651190.
HSL color Cylindrical-coordinate representation of color #B613FE: hue angle of 281.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B613FE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 19 | 254 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.00 |
| HSL | 281.62º | 0.99% | 0.54% | - |
| HSV(B) | 281.62º | 0.93% | 1% | - |
| XYZ | 37.41 | 17.57 | 95.18 | - |
| YUV | 94.53 | 218 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 254 | 0.28 | 0.93 | 0 | 0.00 | 281.62 | 0.99 | 0.54 |
| Hex | B6 | 13 | FE | 1C | 5D | 0 | 0 | 11A | 63 | 36 |
| Octal | 266 | 23 | 376 | 34 | 135 | 0 | 0 | 432 | 143 | 66 |
| Binary | 10110110 | 10011 | 11111110 | 11100 | 1011101 | 0 | 0 | 100011010 | 1100011 | 110110 |
Color Harmonies of #B613FE
Complementary color
Monochromatic Colors of #B613FE
Black with #B613FE
Text Example
Text Example
White with #B613FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613FE; }
p { color: rgb(182,19,254); }
H1.HeaderClassName
{
color: #B613FE;
}
.AnyTagClassName
{
color: #B613FE;
}
</style>
background-color css
<style>
a { background-color: #B613FE; }
a { background-color: rgb(182,19,254); }
div.DivClassName
{
background-color: #B613FE;
}
.BgClassName
{
background-color: #B613FE;
}
</style>
border-color css
<style>
span { border-color: #B613FE; }
span { border-color: rgb(182,19,254); }
td.TdClassName
{
border-color: #B613FE;
}
.TagClassName
{
border-color: #B613FE;
}
</style>