Shades of Electric Purple #B903FE
Tints of Electric Purple #B903FE
RGB
CMYK
RGB Variations
Color information
#B903FE (or 0xB903FE) is known color: Electric Purple. HEX triplet: B9, 03 and FE. RGB value is (185,3,254). Sum of RGB (Red+Green+Blue) = 185+3+254=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #B903FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B903FE is #46FC01. Grayscale: #555555. Windows color (decimal): -4652034 or 16647097. OLE color: 16647097.
HSL color Cylindrical-coordinate representation of color #B903FE: hue angle of 283.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B903FE is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 3 | 254 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.00 |
| HSL | 283.51º | 0.99% | 0.5% | - |
| HSV(B) | 283.51º | 0.99% | 1% | - |
| XYZ | 37.93 | 17.54 | 95.15 | - |
| YUV | 86.03 | 222.8 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 254 | 0.27 | 0.99 | 0 | 0.00 | 283.51 | 0.99 | 0.5 |
| Hex | B9 | 3 | FE | 1B | 63 | 0 | 0 | 11C | 63 | 32 |
| Octal | 271 | 3 | 376 | 33 | 143 | 0 | 0 | 434 | 143 | 62 |
| Binary | 10111001 | 11 | 11111110 | 11011 | 1100011 | 0 | 0 | 100011100 | 1100011 | 110010 |
Color Harmonies of #B903FE
Complementary color
Monochromatic Colors of #B903FE
Black with #B903FE
Text Example
Text Example
White with #B903FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B903FE; }
p { color: rgb(185,3,254); }
H1.HeaderClassName
{
color: #B903FE;
}
.AnyTagClassName
{
color: #B903FE;
}
</style>
background-color css
<style>
a { background-color: #B903FE; }
a { background-color: rgb(185,3,254); }
div.DivClassName
{
background-color: #B903FE;
}
.BgClassName
{
background-color: #B903FE;
}
</style>
border-color css
<style>
span { border-color: #B903FE; }
span { border-color: rgb(185,3,254); }
td.TdClassName
{
border-color: #B903FE;
}
.TagClassName
{
border-color: #B903FE;
}
</style>