Shades of Electric Purple #B600FC
Tints of Electric Purple #B600FC
RGB
CMYK
RGB Variations
Color information
#B600FC (or 0xB600FC) is known color: Electric Purple. HEX triplet: B6, 00 and FC. RGB value is (182,0,252). Sum of RGB (Red+Green+Blue) = 182+0+252=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #B600FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B600FC is #49FF03. Grayscale: #525252. Windows color (decimal): -4849412 or 16515254. OLE color: 16515254.
HSL color Cylindrical-coordinate representation of color #B600FC: hue angle of 283.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600FC is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 0 | 252 | - |
| CMYK | 0.28 | 1 | 0 | 0.01 |
| HSL | 283.33º | 1% | 0.49% | - |
| HSV(B) | 283.33º | 1% | 0.99% | - |
| XYZ | 36.86 | 16.97 | 93.43 | - |
| YUV | 83.15 | 223.3 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 252 | 0.28 | 1 | 0 | 0.01 | 283.33 | 1 | 0.49 |
| Hex | B6 | 0 | FC | 1C | 64 | 0 | 1 | 11B | 64 | 31 |
| Octal | 266 | 0 | 374 | 34 | 144 | 0 | 1 | 433 | 144 | 61 |
| Binary | 10110110 | 0 | 11111100 | 11100 | 1100100 | 0 | 1 | 100011011 | 1100100 | 110001 |
Color Harmonies of #B600FC
Complementary color
Monochromatic Colors of #B600FC
Black with #B600FC
Text Example
Text Example
White with #B600FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600FC; }
p { color: rgb(182,0,252); }
H1.HeaderClassName
{
color: #B600FC;
}
.AnyTagClassName
{
color: #B600FC;
}
</style>
background-color css
<style>
a { background-color: #B600FC; }
a { background-color: rgb(182,0,252); }
div.DivClassName
{
background-color: #B600FC;
}
.BgClassName
{
background-color: #B600FC;
}
</style>
border-color css
<style>
span { border-color: #B600FC; }
span { border-color: rgb(182,0,252); }
td.TdClassName
{
border-color: #B600FC;
}
.TagClassName
{
border-color: #B600FC;
}
</style>