Shades of Electric Purple #B60BFD
Tints of Electric Purple #B60BFD
RGB
CMYK
RGB Variations
Color information
#B60BFD (or 0xB60BFD) is known color: Electric Purple. HEX triplet: B6, 0B and FD. RGB value is (182,11,253). Sum of RGB (Red+Green+Blue) = 182+11+253=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #B60BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60BFD is #49F402. Grayscale: #585858. Windows color (decimal): -4846595 or 16583606. OLE color: 16583606.
HSL color Cylindrical-coordinate representation of color #B60BFD: hue angle of 282.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60BFD is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 11 | 253 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.01 |
| HSL | 282.4º | 0.98% | 0.52% | - |
| HSV(B) | 282.4º | 0.96% | 0.99% | - |
| XYZ | 37.14 | 17.28 | 94.31 | - |
| YUV | 89.72 | 220.15 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 253 | 0.28 | 0.96 | 0 | 0.01 | 282.4 | 0.98 | 0.52 |
| Hex | B6 | B | FD | 1C | 60 | 0 | 1 | 11A | 62 | 34 |
| Octal | 266 | 13 | 375 | 34 | 140 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110110 | 1011 | 11111101 | 11100 | 1100000 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B60BFD
Complementary color
Monochromatic Colors of #B60BFD
Black with #B60BFD
Text Example
Text Example
White with #B60BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BFD; }
p { color: rgb(182,11,253); }
H1.HeaderClassName
{
color: #B60BFD;
}
.AnyTagClassName
{
color: #B60BFD;
}
</style>
background-color css
<style>
a { background-color: #B60BFD; }
a { background-color: rgb(182,11,253); }
div.DivClassName
{
background-color: #B60BFD;
}
.BgClassName
{
background-color: #B60BFD;
}
</style>
border-color css
<style>
span { border-color: #B60BFD; }
span { border-color: rgb(182,11,253); }
td.TdClassName
{
border-color: #B60BFD;
}
.TagClassName
{
border-color: #B60BFD;
}
</style>