Shades of Electric Purple #B92DFF
Tints of Electric Purple #B92DFF
RGB
CMYK
RGB Variations
Color information
#B92DFF (or 0xB92DFF) is known color: Electric Purple. HEX triplet: B9, 2D and FF. RGB value is (185,45,255). Sum of RGB (Red+Green+Blue) = 185+45+255=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B92DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DFF is #46D200. Grayscale: #6E6E6E. Windows color (decimal): -4641281 or 16723385. OLE color: 16723385.
HSL color Cylindrical-coordinate representation of color #B92DFF: hue angle of 280º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92DFF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 45 | 255 | - |
| CMYK | 0.27 | 0.82 | 0 | 0 |
| HSL | 280º | 1% | 0.59% | - |
| HSV(B) | 280º | 0.82% | 1% | - |
| XYZ | 39 | 19.41 | 96.3 | - |
| YUV | 110.8 | 209.38 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 255 | 0.27 | 0.82 | 0 | 0 | 280 | 1 | 0.59 |
| Hex | B9 | 2D | FF | 1B | 52 | 0 | 0 | 118 | 64 | 3B |
| Octal | 271 | 55 | 377 | 33 | 122 | 0 | 0 | 430 | 144 | 73 |
| Binary | 10111001 | 101101 | 11111111 | 11011 | 1010010 | 0 | 0 | 100011000 | 1100100 | 111011 |
Color Harmonies of #B92DFF
Complementary color
Monochromatic Colors of #B92DFF
Black with #B92DFF
Text Example
Text Example
White with #B92DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DFF; }
p { color: rgb(185,45,255); }
H1.HeaderClassName
{
color: #B92DFF;
}
.AnyTagClassName
{
color: #B92DFF;
}
</style>
background-color css
<style>
a { background-color: #B92DFF; }
a { background-color: rgb(185,45,255); }
div.DivClassName
{
background-color: #B92DFF;
}
.BgClassName
{
background-color: #B92DFF;
}
</style>
border-color css
<style>
span { border-color: #B92DFF; }
span { border-color: rgb(185,45,255); }
td.TdClassName
{
border-color: #B92DFF;
}
.TagClassName
{
border-color: #B92DFF;
}
</style>