Shades of Electric Purple #B600ED
Tints of Electric Purple #B600ED
RGB
CMYK
RGB Variations
Color information
#B600ED (or 0xB600ED) is known color: Electric Purple. HEX triplet: B6, 00 and ED. RGB value is (182,0,237). Sum of RGB (Red+Green+Blue) = 182+0+237=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #B600ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B600ED is #49FF12. Grayscale: #505050. Windows color (decimal): -4849427 or 15532214. OLE color: 15532214.
HSL color Cylindrical-coordinate representation of color #B600ED: hue angle of 286.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600ED is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 0 | 237 | - |
| CMYK | 0.23 | 1 | 0 | 0.07 |
| HSL | 286.08º | 1% | 0.46% | - |
| HSV(B) | 286.08º | 1% | 0.93% | - |
| XYZ | 34.58 | 16.06 | 81.4 | - |
| YUV | 81.44 | 215.8 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 237 | 0.23 | 1 | 0 | 0.07 | 286.08 | 1 | 0.46 |
| Hex | B6 | 0 | ED | 17 | 64 | 0 | 7 | 11E | 64 | 2E |
| Octal | 266 | 0 | 355 | 27 | 144 | 0 | 7 | 436 | 144 | 56 |
| Binary | 10110110 | 0 | 11101101 | 10111 | 1100100 | 0 | 111 | 100011110 | 1100100 | 101110 |
Color Harmonies of #B600ED
Complementary color
Monochromatic Colors of #B600ED
Black with #B600ED
Text Example
Text Example
White with #B600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B600ED; }
p { color: rgb(182,0,237); }
H1.HeaderClassName
{
color: #B600ED;
}
.AnyTagClassName
{
color: #B600ED;
}
</style>
background-color css
<style>
a { background-color: #B600ED; }
a { background-color: rgb(182,0,237); }
div.DivClassName
{
background-color: #B600ED;
}
.BgClassName
{
background-color: #B600ED;
}
</style>
border-color css
<style>
span { border-color: #B600ED; }
span { border-color: rgb(182,0,237); }
td.TdClassName
{
border-color: #B600ED;
}
.TagClassName
{
border-color: #B600ED;
}
</style>