Shades of Electric Purple #B92DFB
Tints of Electric Purple #B92DFB
RGB
CMYK
RGB Variations
Color information
#B92DFB (or 0xB92DFB) is known color: Electric Purple. HEX triplet: B9, 2D and FB. RGB value is (185,45,251). Sum of RGB (Red+Green+Blue) = 185+45+251=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #B92DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DFB is #46D204. Grayscale: #6D6D6D. Windows color (decimal): -4641285 or 16461241. OLE color: 16461241.
HSL color Cylindrical-coordinate representation of color #B92DFB: hue angle of 280.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92DFB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 45 | 251 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.02 |
| HSL | 280.78º | 0.96% | 0.58% | - |
| HSV(B) | 280.78º | 0.82% | 0.98% | - |
| XYZ | 38.36 | 19.16 | 92.94 | - |
| YUV | 110.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 251 | 0.26 | 0.82 | 0 | 0.02 | 280.78 | 0.96 | 0.58 |
| Hex | B9 | 2D | FB | 1A | 52 | 0 | 2 | 119 | 60 | 3A |
| Octal | 271 | 55 | 373 | 32 | 122 | 0 | 2 | 431 | 140 | 72 |
| Binary | 10111001 | 101101 | 11111011 | 11010 | 1010010 | 0 | 10 | 100011001 | 1100000 | 111010 |
Color Harmonies of #B92DFB
Complementary color
Monochromatic Colors of #B92DFB
Black with #B92DFB
Text Example
Text Example
White with #B92DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DFB; }
p { color: rgb(185,45,251); }
H1.HeaderClassName
{
color: #B92DFB;
}
.AnyTagClassName
{
color: #B92DFB;
}
</style>
background-color css
<style>
a { background-color: #B92DFB; }
a { background-color: rgb(185,45,251); }
div.DivClassName
{
background-color: #B92DFB;
}
.BgClassName
{
background-color: #B92DFB;
}
</style>
border-color css
<style>
span { border-color: #B92DFB; }
span { border-color: rgb(185,45,251); }
td.TdClassName
{
border-color: #B92DFB;
}
.TagClassName
{
border-color: #B92DFB;
}
</style>