Shades of Electric Purple #B923EC
Tints of Electric Purple #B923EC
RGB
CMYK
RGB Variations
Color information
#B923EC (or 0xB923EC) is known color: Electric Purple. HEX triplet: B9, 23 and EC. RGB value is (185,35,236). Sum of RGB (Red+Green+Blue) = 185+35+236=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #B923EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B923EC is #46DC13. Grayscale: #666666. Windows color (decimal): -4643860 or 15475641. OLE color: 15475641.
HSL color Cylindrical-coordinate representation of color #B923EC: hue angle of 284.78º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B923EC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 35 | 236 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.78º | 0.84% | 0.53% | - |
| HSV(B) | 284.78º | 0.85% | 0.93% | - |
| XYZ | 35.75 | 17.57 | 80.86 | - |
| YUV | 102.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 236 | 0.22 | 0.85 | 0 | 0.07 | 284.78 | 0.84 | 0.53 |
| Hex | B9 | 23 | EC | 16 | 55 | 0 | 7 | 11D | 54 | 35 |
| Octal | 271 | 43 | 354 | 26 | 125 | 0 | 7 | 435 | 124 | 65 |
| Binary | 10111001 | 100011 | 11101100 | 10110 | 1010101 | 0 | 111 | 100011101 | 1010100 | 110101 |
Color Harmonies of #B923EC
Complementary color
Monochromatic Colors of #B923EC
Black with #B923EC
Text Example
Text Example
White with #B923EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B923EC; }
p { color: rgb(185,35,236); }
H1.HeaderClassName
{
color: #B923EC;
}
.AnyTagClassName
{
color: #B923EC;
}
</style>
background-color css
<style>
a { background-color: #B923EC; }
a { background-color: rgb(185,35,236); }
div.DivClassName
{
background-color: #B923EC;
}
.BgClassName
{
background-color: #B923EC;
}
</style>
border-color css
<style>
span { border-color: #B923EC; }
span { border-color: rgb(185,35,236); }
td.TdClassName
{
border-color: #B923EC;
}
.TagClassName
{
border-color: #B923EC;
}
</style>