Shades of Electric Purple #B60CFD
Tints of Electric Purple #B60CFD
RGB
CMYK
RGB Variations
Color information
#B60CFD (or 0xB60CFD) is known color: Electric Purple. HEX triplet: B6, 0C and FD. RGB value is (182,12,253). Sum of RGB (Red+Green+Blue) = 182+12+253=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #B60CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CFD is #49F302. Grayscale: #595959. Windows color (decimal): -4846339 or 16583862. OLE color: 16583862.
HSL color Cylindrical-coordinate representation of color #B60CFD: hue angle of 282.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CFD is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 12 | 253 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.01 |
| HSL | 282.32º | 0.98% | 0.52% | - |
| HSV(B) | 282.32º | 0.95% | 0.99% | - |
| XYZ | 37.15 | 17.3 | 94.31 | - |
| YUV | 90.3 | 219.82 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 253 | 0.28 | 0.95 | 0 | 0.01 | 282.32 | 0.98 | 0.52 |
| Hex | B6 | C | FD | 1C | 5F | 0 | 1 | 11A | 62 | 34 |
| Octal | 266 | 14 | 375 | 34 | 137 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110110 | 1100 | 11111101 | 11100 | 1011111 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B60CFD
Complementary color
Monochromatic Colors of #B60CFD
Black with #B60CFD
Text Example
Text Example
White with #B60CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CFD; }
p { color: rgb(182,12,253); }
H1.HeaderClassName
{
color: #B60CFD;
}
.AnyTagClassName
{
color: #B60CFD;
}
</style>
background-color css
<style>
a { background-color: #B60CFD; }
a { background-color: rgb(182,12,253); }
div.DivClassName
{
background-color: #B60CFD;
}
.BgClassName
{
background-color: #B60CFD;
}
</style>
border-color css
<style>
span { border-color: #B60CFD; }
span { border-color: rgb(182,12,253); }
td.TdClassName
{
border-color: #B60CFD;
}
.TagClassName
{
border-color: #B60CFD;
}
</style>