Shades of Electric Purple #B92FFD
Tints of Electric Purple #B92FFD
RGB
CMYK
RGB Variations
Color information
#B92FFD (or 0xB92FFD) is known color: Electric Purple. HEX triplet: B9, 2F and FD. RGB value is (185,47,253). Sum of RGB (Red+Green+Blue) = 185+47+253=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #B92FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92FFD is #46D002. Grayscale: #6F6F6F. Windows color (decimal): -4640771 or 16592825. OLE color: 16592825.
HSL color Cylindrical-coordinate representation of color #B92FFD: hue angle of 280.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92FFD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 47 | 253 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.01 |
| HSL | 280.19º | 0.98% | 0.59% | - |
| HSV(B) | 280.19º | 0.81% | 0.99% | - |
| XYZ | 38.75 | 19.44 | 94.64 | - |
| YUV | 111.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 253 | 0.27 | 0.81 | 0 | 0.01 | 280.19 | 0.98 | 0.59 |
| Hex | B9 | 2F | FD | 1B | 51 | 0 | 1 | 118 | 62 | 3B |
| Octal | 271 | 57 | 375 | 33 | 121 | 0 | 1 | 430 | 142 | 73 |
| Binary | 10111001 | 101111 | 11111101 | 11011 | 1010001 | 0 | 1 | 100011000 | 1100010 | 111011 |
Color Harmonies of #B92FFD
Complementary color
Monochromatic Colors of #B92FFD
Black with #B92FFD
Text Example
Text Example
White with #B92FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FFD; }
p { color: rgb(185,47,253); }
H1.HeaderClassName
{
color: #B92FFD;
}
.AnyTagClassName
{
color: #B92FFD;
}
</style>
background-color css
<style>
a { background-color: #B92FFD; }
a { background-color: rgb(185,47,253); }
div.DivClassName
{
background-color: #B92FFD;
}
.BgClassName
{
background-color: #B92FFD;
}
</style>
border-color css
<style>
span { border-color: #B92FFD; }
span { border-color: rgb(185,47,253); }
td.TdClassName
{
border-color: #B92FFD;
}
.TagClassName
{
border-color: #B92FFD;
}
</style>