Shades of Electric Purple #B92AFF
Tints of Electric Purple #B92AFF
RGB
CMYK
RGB Variations
Color information
#B92AFF (or 0xB92AFF) is known color: Electric Purple. HEX triplet: B9, 2A and FF. RGB value is (185,42,255). Sum of RGB (Red+Green+Blue) = 185+42+255=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B92AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92AFF is #46D500. Grayscale: #6C6C6C. Windows color (decimal): -4642049 or 16722617. OLE color: 16722617.
HSL color Cylindrical-coordinate representation of color #B92AFF: hue angle of 280.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B92AFF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 42 | 255 | - |
| CMYK | 0.27 | 0.84 | 0 | 0 |
| HSL | 280.28º | 1% | 0.58% | - |
| HSV(B) | 280.28º | 0.84% | 1% | - |
| XYZ | 38.89 | 19.19 | 96.26 | - |
| YUV | 109.04 | 210.38 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 255 | 0.27 | 0.84 | 0 | 0 | 280.28 | 1 | 0.58 |
| Hex | B9 | 2A | FF | 1B | 54 | 0 | 0 | 118 | 64 | 3A |
| Octal | 271 | 52 | 377 | 33 | 124 | 0 | 0 | 430 | 144 | 72 |
| Binary | 10111001 | 101010 | 11111111 | 11011 | 1010100 | 0 | 0 | 100011000 | 1100100 | 111010 |
Color Harmonies of #B92AFF
Complementary color
Monochromatic Colors of #B92AFF
Black with #B92AFF
Text Example
Text Example
White with #B92AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92AFF; }
p { color: rgb(185,42,255); }
H1.HeaderClassName
{
color: #B92AFF;
}
.AnyTagClassName
{
color: #B92AFF;
}
</style>
background-color css
<style>
a { background-color: #B92AFF; }
a { background-color: rgb(185,42,255); }
div.DivClassName
{
background-color: #B92AFF;
}
.BgClassName
{
background-color: #B92AFF;
}
</style>
border-color css
<style>
span { border-color: #B92AFF; }
span { border-color: rgb(185,42,255); }
td.TdClassName
{
border-color: #B92AFF;
}
.TagClassName
{
border-color: #B92AFF;
}
</style>