Shades of Electric Purple #B905F2
Tints of Electric Purple #B905F2
RGB
CMYK
RGB Variations
Color information
#B905F2 (or 0xB905F2) is known color: Electric Purple. HEX triplet: B9, 05 and F2. RGB value is (185,5,242). Sum of RGB (Red+Green+Blue) = 185+5+242=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #B905F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B905F2 is #46FA0D. Grayscale: #555555. Windows color (decimal): -4651534 or 15861177. OLE color: 15861177.
HSL color Cylindrical-coordinate representation of color #B905F2: hue angle of 285.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905F2 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 5 | 242 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.05 |
| HSL | 285.57º | 0.96% | 0.48% | - |
| HSV(B) | 285.57º | 0.98% | 0.95% | - |
| XYZ | 36.09 | 16.83 | 85.35 | - |
| YUV | 85.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 242 | 0.24 | 0.98 | 0 | 0.05 | 285.57 | 0.96 | 0.48 |
| Hex | B9 | 5 | F2 | 18 | 62 | 0 | 5 | 11E | 60 | 30 |
| Octal | 271 | 5 | 362 | 30 | 142 | 0 | 5 | 436 | 140 | 60 |
| Binary | 10111001 | 101 | 11110010 | 11000 | 1100010 | 0 | 101 | 100011110 | 1100000 | 110000 |
Color Harmonies of #B905F2
Complementary color
Monochromatic Colors of #B905F2
Black with #B905F2
Text Example
Text Example
White with #B905F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905F2; }
p { color: rgb(185,5,242); }
H1.HeaderClassName
{
color: #B905F2;
}
.AnyTagClassName
{
color: #B905F2;
}
</style>
background-color css
<style>
a { background-color: #B905F2; }
a { background-color: rgb(185,5,242); }
div.DivClassName
{
background-color: #B905F2;
}
.BgClassName
{
background-color: #B905F2;
}
</style>
border-color css
<style>
span { border-color: #B905F2; }
span { border-color: rgb(185,5,242); }
td.TdClassName
{
border-color: #B905F2;
}
.TagClassName
{
border-color: #B905F2;
}
</style>