Shades of Electric Purple #B92AF5
Tints of Electric Purple #B92AF5
RGB
CMYK
RGB Variations
Color information
#B92AF5 (or 0xB92AF5) is known color: Electric Purple. HEX triplet: B9, 2A and F5. RGB value is (185,42,245). Sum of RGB (Red+Green+Blue) = 185+42+245=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #B92AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92AF5 is #46D50A. Grayscale: #6B6B6B. Windows color (decimal): -4642059 or 16067257. OLE color: 16067257.
HSL color Cylindrical-coordinate representation of color #B92AF5: hue angle of 282.27º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92AF5 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 42 | 245 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.04 |
| HSL | 282.27º | 0.91% | 0.56% | - |
| HSV(B) | 282.27º | 0.83% | 0.96% | - |
| XYZ | 37.32 | 18.56 | 88 | - |
| YUV | 107.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 245 | 0.24 | 0.83 | 0 | 0.04 | 282.27 | 0.91 | 0.56 |
| Hex | B9 | 2A | F5 | 18 | 53 | 0 | 4 | 11A | 5B | 38 |
| Octal | 271 | 52 | 365 | 30 | 123 | 0 | 4 | 432 | 133 | 70 |
| Binary | 10111001 | 101010 | 11110101 | 11000 | 1010011 | 0 | 100 | 100011010 | 1011011 | 111000 |
Color Harmonies of #B92AF5
Complementary color
Monochromatic Colors of #B92AF5
Black with #B92AF5
Text Example
Text Example
White with #B92AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92AF5; }
p { color: rgb(185,42,245); }
H1.HeaderClassName
{
color: #B92AF5;
}
.AnyTagClassName
{
color: #B92AF5;
}
</style>
background-color css
<style>
a { background-color: #B92AF5; }
a { background-color: rgb(185,42,245); }
div.DivClassName
{
background-color: #B92AF5;
}
.BgClassName
{
background-color: #B92AF5;
}
</style>
border-color css
<style>
span { border-color: #B92AF5; }
span { border-color: rgb(185,42,245); }
td.TdClassName
{
border-color: #B92AF5;
}
.TagClassName
{
border-color: #B92AF5;
}
</style>