Shades of Electric Purple #B60CFF
Tints of Electric Purple #B60CFF
RGB
CMYK
RGB Variations
Color information
#B60CFF (or 0xB60CFF) is known color: Electric Purple. HEX triplet: B6, 0C and FF. RGB value is (182,12,255). Sum of RGB (Red+Green+Blue) = 182+12+255=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #B60CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CFF is #49F300. Grayscale: #595959. Windows color (decimal): -4846337 or 16714934. OLE color: 16714934.
HSL color Cylindrical-coordinate representation of color #B60CFF: hue angle of 281.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CFF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 12 | 255 | - |
| CMYK | 0.29 | 0.95 | 0 | 0 |
| HSL | 281.98º | 1% | 0.52% | - |
| HSV(B) | 281.98º | 0.95% | 1% | - |
| XYZ | 37.47 | 17.43 | 96 | - |
| YUV | 90.53 | 220.82 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 255 | 0.29 | 0.95 | 0 | 0 | 281.98 | 1 | 0.52 |
| Hex | B6 | C | FF | 1D | 5F | 0 | 0 | 11A | 64 | 34 |
| Octal | 266 | 14 | 377 | 35 | 137 | 0 | 0 | 432 | 144 | 64 |
| Binary | 10110110 | 1100 | 11111111 | 11101 | 1011111 | 0 | 0 | 100011010 | 1100100 | 110100 |
Color Harmonies of #B60CFF
Complementary color
Monochromatic Colors of #B60CFF
Black with #B60CFF
Text Example
Text Example
White with #B60CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CFF; }
p { color: rgb(182,12,255); }
H1.HeaderClassName
{
color: #B60CFF;
}
.AnyTagClassName
{
color: #B60CFF;
}
</style>
background-color css
<style>
a { background-color: #B60CFF; }
a { background-color: rgb(182,12,255); }
div.DivClassName
{
background-color: #B60CFF;
}
.BgClassName
{
background-color: #B60CFF;
}
</style>
border-color css
<style>
span { border-color: #B60CFF; }
span { border-color: rgb(182,12,255); }
td.TdClassName
{
border-color: #B60CFF;
}
.TagClassName
{
border-color: #B60CFF;
}
</style>