Shades of Electric Purple #B613FF
Tints of Electric Purple #B613FF
RGB
CMYK
RGB Variations
Color information
#B613FF (or 0xB613FF) is known color: Electric Purple. HEX triplet: B6, 13 and FF. RGB value is (182,19,255). Sum of RGB (Red+Green+Blue) = 182+19+255=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B613FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B613FF is #49EC00. Grayscale: #5D5D5D. Windows color (decimal): -4844545 or 16716726. OLE color: 16716726.
HSL color Cylindrical-coordinate representation of color #B613FF: hue angle of 281.44º 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 #B613FF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 19 | 255 | - |
| CMYK | 0.29 | 0.93 | 0 | 0 |
| HSL | 281.44º | 1% | 0.54% | - |
| HSV(B) | 281.44º | 0.93% | 1% | - |
| XYZ | 37.57 | 17.63 | 96.03 | - |
| YUV | 94.64 | 218.5 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 255 | 0.29 | 0.93 | 0 | 0 | 281.44 | 1 | 0.54 |
| Hex | B6 | 13 | FF | 1D | 5D | 0 | 0 | 119 | 64 | 36 |
| Octal | 266 | 23 | 377 | 35 | 135 | 0 | 0 | 431 | 144 | 66 |
| Binary | 10110110 | 10011 | 11111111 | 11101 | 1011101 | 0 | 0 | 100011001 | 1100100 | 110110 |
Color Harmonies of #B613FF
Complementary color
Monochromatic Colors of #B613FF
Black with #B613FF
Text Example
Text Example
White with #B613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613FF; }
p { color: rgb(182,19,255); }
H1.HeaderClassName
{
color: #B613FF;
}
.AnyTagClassName
{
color: #B613FF;
}
</style>
background-color css
<style>
a { background-color: #B613FF; }
a { background-color: rgb(182,19,255); }
div.DivClassName
{
background-color: #B613FF;
}
.BgClassName
{
background-color: #B613FF;
}
</style>
border-color css
<style>
span { border-color: #B613FF; }
span { border-color: rgb(182,19,255); }
td.TdClassName
{
border-color: #B613FF;
}
.TagClassName
{
border-color: #B613FF;
}
</style>