Shades of Electric Purple #B300EF
Tints of Electric Purple #B300EF
RGB
CMYK
RGB Variations
Color information
#B300EF (or 0xB300EF) is known color: Electric Purple. HEX triplet: B3, 00 and EF. RGB value is (179,0,239). Sum of RGB (Red+Green+Blue) = 179+0+239=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #B300EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300EF is #4CFF10. Grayscale: #4F4F4F. Windows color (decimal): -5046033 or 15663283. OLE color: 15663283.
HSL color Cylindrical-coordinate representation of color #B300EF: hue angle of 284.94º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300EF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 0 | 239 | - |
| CMYK | 0.25 | 1 | 0 | 0.06 |
| HSL | 284.94º | 1% | 0.47% | - |
| HSV(B) | 284.94º | 1% | 0.94% | - |
| XYZ | 34.17 | 15.82 | 82.91 | - |
| YUV | 80.77 | 217.3 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 239 | 0.25 | 1 | 0 | 0.06 | 284.94 | 1 | 0.47 |
| Hex | B3 | 0 | EF | 19 | 64 | 0 | 6 | 11D | 64 | 2F |
| Octal | 263 | 0 | 357 | 31 | 144 | 0 | 6 | 435 | 144 | 57 |
| Binary | 10110011 | 0 | 11101111 | 11001 | 1100100 | 0 | 110 | 100011101 | 1100100 | 101111 |
Color Harmonies of #B300EF
Complementary color
Monochromatic Colors of #B300EF
Black with #B300EF
Text Example
Text Example
White with #B300EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B300EF; }
p { color: rgb(179,0,239); }
H1.HeaderClassName
{
color: #B300EF;
}
.AnyTagClassName
{
color: #B300EF;
}
</style>
background-color css
<style>
a { background-color: #B300EF; }
a { background-color: rgb(179,0,239); }
div.DivClassName
{
background-color: #B300EF;
}
.BgClassName
{
background-color: #B300EF;
}
</style>
border-color css
<style>
span { border-color: #B300EF; }
span { border-color: rgb(179,0,239); }
td.TdClassName
{
border-color: #B300EF;
}
.TagClassName
{
border-color: #B300EF;
}
</style>