Shades of Electric Purple #B92FFF
Tints of Electric Purple #B92FFF
RGB
CMYK
RGB Variations
Color information
#B92FFF (or 0xB92FFF) is known color: Electric Purple. HEX triplet: B9, 2F and FF. RGB value is (185,47,255). Sum of RGB (Red+Green+Blue) = 185+47+255=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #B92FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92FFF is #46D000. Grayscale: #6F6F6F. Windows color (decimal): -4640769 or 16723897. OLE color: 16723897.
HSL color Cylindrical-coordinate representation of color #B92FFF: hue angle of 279.81º 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 #B92FFF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 47 | 255 | - |
| CMYK | 0.27 | 0.82 | 0 | 0 |
| HSL | 279.81º | 1% | 0.59% | - |
| HSV(B) | 279.81º | 0.82% | 1% | - |
| XYZ | 39.07 | 19.57 | 96.33 | - |
| YUV | 111.97 | 208.72 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 255 | 0.27 | 0.82 | 0 | 0 | 279.81 | 1 | 0.59 |
| Hex | B9 | 2F | FF | 1B | 52 | 0 | 0 | 118 | 64 | 3B |
| Octal | 271 | 57 | 377 | 33 | 122 | 0 | 0 | 430 | 144 | 73 |
| Binary | 10111001 | 101111 | 11111111 | 11011 | 1010010 | 0 | 0 | 100011000 | 1100100 | 111011 |
Color Harmonies of #B92FFF
Complementary color
Monochromatic Colors of #B92FFF
Black with #B92FFF
Text Example
Text Example
White with #B92FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FFF; }
p { color: rgb(185,47,255); }
H1.HeaderClassName
{
color: #B92FFF;
}
.AnyTagClassName
{
color: #B92FFF;
}
</style>
background-color css
<style>
a { background-color: #B92FFF; }
a { background-color: rgb(185,47,255); }
div.DivClassName
{
background-color: #B92FFF;
}
.BgClassName
{
background-color: #B92FFF;
}
</style>
border-color css
<style>
span { border-color: #B92FFF; }
span { border-color: rgb(185,47,255); }
td.TdClassName
{
border-color: #B92FFF;
}
.TagClassName
{
border-color: #B92FFF;
}
</style>