Shades of Electric Purple #B909EC
Tints of Electric Purple #B909EC
RGB
CMYK
RGB Variations
Color information
#B909EC (or 0xB909EC) is known color: Electric Purple. HEX triplet: B9, 09 and EC. RGB value is (185,9,236). Sum of RGB (Red+Green+Blue) = 185+9+236=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #B909EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B909EC is #46F613. Grayscale: #565656. Windows color (decimal): -4650516 or 15468985. OLE color: 15468985.
HSL color Cylindrical-coordinate representation of color #B909EC: hue angle of 286.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B909EC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 9 | 236 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.07 |
| HSL | 286.52º | 0.93% | 0.48% | - |
| HSV(B) | 286.52º | 0.96% | 0.93% | - |
| XYZ | 35.25 | 16.57 | 80.7 | - |
| YUV | 87.5 | 211.81 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 236 | 0.22 | 0.96 | 0 | 0.07 | 286.52 | 0.93 | 0.48 |
| Hex | B9 | 9 | EC | 16 | 60 | 0 | 7 | 11F | 5D | 30 |
| Octal | 271 | 11 | 354 | 26 | 140 | 0 | 7 | 437 | 135 | 60 |
| Binary | 10111001 | 1001 | 11101100 | 10110 | 1100000 | 0 | 111 | 100011111 | 1011101 | 110000 |
Color Harmonies of #B909EC
Complementary color
Monochromatic Colors of #B909EC
Black with #B909EC
Text Example
Text Example
White with #B909EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B909EC; }
p { color: rgb(185,9,236); }
H1.HeaderClassName
{
color: #B909EC;
}
.AnyTagClassName
{
color: #B909EC;
}
</style>
background-color css
<style>
a { background-color: #B909EC; }
a { background-color: rgb(185,9,236); }
div.DivClassName
{
background-color: #B909EC;
}
.BgClassName
{
background-color: #B909EC;
}
</style>
border-color css
<style>
span { border-color: #B909EC; }
span { border-color: rgb(185,9,236); }
td.TdClassName
{
border-color: #B909EC;
}
.TagClassName
{
border-color: #B909EC;
}
</style>