Shades of Electric Purple #B92DFC
Tints of Electric Purple #B92DFC
RGB
CMYK
RGB Variations
Color information
#B92DFC (or 0xB92DFC) is known color: Electric Purple. HEX triplet: B9, 2D and FC. RGB value is (185,45,252). Sum of RGB (Red+Green+Blue) = 185+45+252=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #B92DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DFC is #46D203. Grayscale: #6D6D6D. Windows color (decimal): -4641284 or 16526777. OLE color: 16526777.
HSL color Cylindrical-coordinate representation of color #B92DFC: hue angle of 280.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92DFC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 45 | 252 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.01 |
| HSL | 280.58º | 0.97% | 0.58% | - |
| HSV(B) | 280.58º | 0.82% | 0.99% | - |
| XYZ | 38.52 | 19.22 | 93.78 | - |
| YUV | 110.46 | 207.88 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 252 | 0.27 | 0.82 | 0 | 0.01 | 280.58 | 0.97 | 0.58 |
| Hex | B9 | 2D | FC | 1B | 52 | 0 | 1 | 119 | 61 | 3A |
| Octal | 271 | 55 | 374 | 33 | 122 | 0 | 1 | 431 | 141 | 72 |
| Binary | 10111001 | 101101 | 11111100 | 11011 | 1010010 | 0 | 1 | 100011001 | 1100001 | 111010 |
Color Harmonies of #B92DFC
Complementary color
Monochromatic Colors of #B92DFC
Black with #B92DFC
Text Example
Text Example
White with #B92DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DFC; }
p { color: rgb(185,45,252); }
H1.HeaderClassName
{
color: #B92DFC;
}
.AnyTagClassName
{
color: #B92DFC;
}
</style>
background-color css
<style>
a { background-color: #B92DFC; }
a { background-color: rgb(185,45,252); }
div.DivClassName
{
background-color: #B92DFC;
}
.BgClassName
{
background-color: #B92DFC;
}
</style>
border-color css
<style>
span { border-color: #B92DFC; }
span { border-color: rgb(185,45,252); }
td.TdClassName
{
border-color: #B92DFC;
}
.TagClassName
{
border-color: #B92DFC;
}
</style>