Shades of Electric Purple #B914F3
Tints of Electric Purple #B914F3
RGB
CMYK
RGB Variations
Color information
#B914F3 (or 0xB914F3) is known color: Electric Purple. HEX triplet: B9, 14 and F3. RGB value is (185,20,243). Sum of RGB (Red+Green+Blue) = 185+20+243=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #B914F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B914F3 is #46EB0C. Grayscale: #5E5E5E. Windows color (decimal): -4647693 or 15930553. OLE color: 15930553.
HSL color Cylindrical-coordinate representation of color #B914F3: hue angle of 284.39º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B914F3 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 20 | 243 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.05 |
| HSL | 284.39º | 0.9% | 0.52% | - |
| HSV(B) | 284.39º | 0.92% | 0.95% | - |
| XYZ | 36.44 | 17.29 | 86.21 | - |
| YUV | 94.76 | 211.66 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 243 | 0.24 | 0.92 | 0 | 0.05 | 284.39 | 0.9 | 0.52 |
| Hex | B9 | 14 | F3 | 18 | 5C | 0 | 5 | 11C | 5A | 34 |
| Octal | 271 | 24 | 363 | 30 | 134 | 0 | 5 | 434 | 132 | 64 |
| Binary | 10111001 | 10100 | 11110011 | 11000 | 1011100 | 0 | 101 | 100011100 | 1011010 | 110100 |
Color Harmonies of #B914F3
Complementary color
Monochromatic Colors of #B914F3
Black with #B914F3
Text Example
Text Example
White with #B914F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914F3; }
p { color: rgb(185,20,243); }
H1.HeaderClassName
{
color: #B914F3;
}
.AnyTagClassName
{
color: #B914F3;
}
</style>
background-color css
<style>
a { background-color: #B914F3; }
a { background-color: rgb(185,20,243); }
div.DivClassName
{
background-color: #B914F3;
}
.BgClassName
{
background-color: #B914F3;
}
</style>
border-color css
<style>
span { border-color: #B914F3; }
span { border-color: rgb(185,20,243); }
td.TdClassName
{
border-color: #B914F3;
}
.TagClassName
{
border-color: #B914F3;
}
</style>