Shades of Electric Purple #B60DFF
Tints of Electric Purple #B60DFF
RGB
CMYK
RGB Variations
Color information
#B60DFF (or 0xB60DFF) is known color: Electric Purple. HEX triplet: B6, 0D and FF. RGB value is (182,13,255). Sum of RGB (Red+Green+Blue) = 182+13+255=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #B60DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60DFF is #49F200. Grayscale: #5A5A5A. Windows color (decimal): -4846081 or 16715190. OLE color: 16715190.
HSL color Cylindrical-coordinate representation of color #B60DFF: hue angle of 281.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60DFF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 13 | 255 | - |
| CMYK | 0.29 | 0.95 | 0 | 0 |
| HSL | 281.9º | 1% | 0.53% | - |
| HSV(B) | 281.9º | 0.95% | 1% | - |
| XYZ | 37.49 | 17.45 | 96 | - |
| YUV | 91.12 | 220.49 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 255 | 0.29 | 0.95 | 0 | 0 | 281.9 | 1 | 0.53 |
| Hex | B6 | D | FF | 1D | 5F | 0 | 0 | 11A | 64 | 35 |
| Octal | 266 | 15 | 377 | 35 | 137 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10110110 | 1101 | 11111111 | 11101 | 1011111 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B60DFF
Complementary color
Monochromatic Colors of #B60DFF
Black with #B60DFF
Text Example
Text Example
White with #B60DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60DFF; }
p { color: rgb(182,13,255); }
H1.HeaderClassName
{
color: #B60DFF;
}
.AnyTagClassName
{
color: #B60DFF;
}
</style>
background-color css
<style>
a { background-color: #B60DFF; }
a { background-color: rgb(182,13,255); }
div.DivClassName
{
background-color: #B60DFF;
}
.BgClassName
{
background-color: #B60DFF;
}
</style>
border-color css
<style>
span { border-color: #B60DFF; }
span { border-color: rgb(182,13,255); }
td.TdClassName
{
border-color: #B60DFF;
}
.TagClassName
{
border-color: #B60DFF;
}
</style>