Shades of Electric Purple #B30CEB
Tints of Electric Purple #B30CEB
RGB
CMYK
RGB Variations
Color information
#B30CEB (or 0xB30CEB) is known color: Electric Purple. HEX triplet: B3, 0C and EB. RGB value is (179,12,235). Sum of RGB (Red+Green+Blue) = 179+12+235=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #B30CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CEB is #4CF314. Grayscale: #565656. Windows color (decimal): -5042965 or 15404211. OLE color: 15404211.
HSL color Cylindrical-coordinate representation of color #B30CEB: hue angle of 284.93º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CEB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 12 | 235 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.08 |
| HSL | 284.93º | 0.9% | 0.48% | - |
| HSV(B) | 284.93º | 0.95% | 0.92% | - |
| XYZ | 33.72 | 15.84 | 79.88 | - |
| YUV | 87.36 | 211.33 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 235 | 0.24 | 0.95 | 0 | 0.08 | 284.93 | 0.9 | 0.48 |
| Hex | B3 | C | EB | 18 | 5F | 0 | 8 | 11D | 5A | 30 |
| Octal | 263 | 14 | 353 | 30 | 137 | 0 | 10 | 435 | 132 | 60 |
| Binary | 10110011 | 1100 | 11101011 | 11000 | 1011111 | 0 | 1000 | 100011101 | 1011010 | 110000 |
Color Harmonies of #B30CEB
Complementary color
Monochromatic Colors of #B30CEB
Black with #B30CEB
Text Example
Text Example
White with #B30CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CEB; }
p { color: rgb(179,12,235); }
H1.HeaderClassName
{
color: #B30CEB;
}
.AnyTagClassName
{
color: #B30CEB;
}
</style>
background-color css
<style>
a { background-color: #B30CEB; }
a { background-color: rgb(179,12,235); }
div.DivClassName
{
background-color: #B30CEB;
}
.BgClassName
{
background-color: #B30CEB;
}
</style>
border-color css
<style>
span { border-color: #B30CEB; }
span { border-color: rgb(179,12,235); }
td.TdClassName
{
border-color: #B30CEB;
}
.TagClassName
{
border-color: #B30CEB;
}
</style>