Shades of Electric Purple #B92CFC
Tints of Electric Purple #B92CFC
RGB
CMYK
RGB Variations
Color information
#B92CFC (or 0xB92CFC) is known color: Electric Purple. HEX triplet: B9, 2C and FC. RGB value is (185,44,252). Sum of RGB (Red+Green+Blue) = 185+44+252=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #B92CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92CFC is #46D303. Grayscale: #6D6D6D. Windows color (decimal): -4641540 or 16526521. OLE color: 16526521.
HSL color Cylindrical-coordinate representation of color #B92CFC: hue angle of 280.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92CFC is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 44 | 252 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.01 |
| HSL | 280.67º | 0.97% | 0.58% | - |
| HSV(B) | 280.67º | 0.83% | 0.99% | - |
| XYZ | 38.48 | 19.14 | 93.76 | - |
| YUV | 109.87 | 208.21 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 252 | 0.27 | 0.83 | 0 | 0.01 | 280.67 | 0.97 | 0.58 |
| Hex | B9 | 2C | FC | 1B | 53 | 0 | 1 | 119 | 61 | 3A |
| Octal | 271 | 54 | 374 | 33 | 123 | 0 | 1 | 431 | 141 | 72 |
| Binary | 10111001 | 101100 | 11111100 | 11011 | 1010011 | 0 | 1 | 100011001 | 1100001 | 111010 |
Color Harmonies of #B92CFC
Complementary color
Monochromatic Colors of #B92CFC
Black with #B92CFC
Text Example
Text Example
White with #B92CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CFC; }
p { color: rgb(185,44,252); }
H1.HeaderClassName
{
color: #B92CFC;
}
.AnyTagClassName
{
color: #B92CFC;
}
</style>
background-color css
<style>
a { background-color: #B92CFC; }
a { background-color: rgb(185,44,252); }
div.DivClassName
{
background-color: #B92CFC;
}
.BgClassName
{
background-color: #B92CFC;
}
</style>
border-color css
<style>
span { border-color: #B92CFC; }
span { border-color: rgb(185,44,252); }
td.TdClassName
{
border-color: #B92CFC;
}
.TagClassName
{
border-color: #B92CFC;
}
</style>