Shades of Electric Purple #B600FD
Tints of Electric Purple #B600FD
RGB
CMYK
RGB Variations
Color information
#B600FD (or 0xB600FD) is known color: Electric Purple. HEX triplet: B6, 00 and FD. RGB value is (182,0,253). Sum of RGB (Red+Green+Blue) = 182+0+253=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #B600FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B600FD is #49FF02. Grayscale: #525252. Windows color (decimal): -4849411 or 16580790. OLE color: 16580790.
HSL color Cylindrical-coordinate representation of color #B600FD: hue angle of 283.16º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600FD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 0 | 253 | - |
| CMYK | 0.28 | 1 | 0 | 0.01 |
| HSL | 283.16º | 1% | 0.5% | - |
| HSV(B) | 283.16º | 1% | 0.99% | - |
| XYZ | 37.02 | 17.04 | 94.27 | - |
| YUV | 83.26 | 223.8 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 253 | 0.28 | 1 | 0 | 0.01 | 283.16 | 1 | 0.5 |
| Hex | B6 | 0 | FD | 1C | 64 | 0 | 1 | 11B | 64 | 32 |
| Octal | 266 | 0 | 375 | 34 | 144 | 0 | 1 | 433 | 144 | 62 |
| Binary | 10110110 | 0 | 11111101 | 11100 | 1100100 | 0 | 1 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B600FD
Complementary color
Monochromatic Colors of #B600FD
Black with #B600FD
Text Example
Text Example
White with #B600FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600FD; }
p { color: rgb(182,0,253); }
H1.HeaderClassName
{
color: #B600FD;
}
.AnyTagClassName
{
color: #B600FD;
}
</style>
background-color css
<style>
a { background-color: #B600FD; }
a { background-color: rgb(182,0,253); }
div.DivClassName
{
background-color: #B600FD;
}
.BgClassName
{
background-color: #B600FD;
}
</style>
border-color css
<style>
span { border-color: #B600FD; }
span { border-color: rgb(182,0,253); }
td.TdClassName
{
border-color: #B600FD;
}
.TagClassName
{
border-color: #B600FD;
}
</style>