Shades of Electric Purple #B300ED
Tints of Electric Purple #B300ED
RGB
CMYK
RGB Variations
Color information
#B300ED (or 0xB300ED) is known color: Electric Purple. HEX triplet: B3, 00 and ED. RGB value is (179,0,237). Sum of RGB (Red+Green+Blue) = 179+0+237=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #B300ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300ED is #4CFF12. Grayscale: #4F4F4F. Windows color (decimal): -5046035 or 15532211. OLE color: 15532211.
HSL color Cylindrical-coordinate representation of color #B300ED: hue angle of 285.32º 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 #B300ED is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 0 | 237 | - |
| CMYK | 0.24 | 1 | 0 | 0.07 |
| HSL | 285.32º | 1% | 0.46% | - |
| HSV(B) | 285.32º | 1% | 0.93% | - |
| XYZ | 33.88 | 15.7 | 81.37 | - |
| YUV | 80.54 | 216.3 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 237 | 0.24 | 1 | 0 | 0.07 | 285.32 | 1 | 0.46 |
| Hex | B3 | 0 | ED | 18 | 64 | 0 | 7 | 11D | 64 | 2E |
| Octal | 263 | 0 | 355 | 30 | 144 | 0 | 7 | 435 | 144 | 56 |
| Binary | 10110011 | 0 | 11101101 | 11000 | 1100100 | 0 | 111 | 100011101 | 1100100 | 101110 |
Color Harmonies of #B300ED
Complementary color
Monochromatic Colors of #B300ED
Black with #B300ED
Text Example
Text Example
White with #B300ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300ED; }
p { color: rgb(179,0,237); }
H1.HeaderClassName
{
color: #B300ED;
}
.AnyTagClassName
{
color: #B300ED;
}
</style>
background-color css
<style>
a { background-color: #B300ED; }
a { background-color: rgb(179,0,237); }
div.DivClassName
{
background-color: #B300ED;
}
.BgClassName
{
background-color: #B300ED;
}
</style>
border-color css
<style>
span { border-color: #B300ED; }
span { border-color: rgb(179,0,237); }
td.TdClassName
{
border-color: #B300ED;
}
.TagClassName
{
border-color: #B300ED;
}
</style>