Shades of Electric Purple #B92BFF
Tints of Electric Purple #B92BFF
RGB
CMYK
RGB Variations
Color information
#B92BFF (or 0xB92BFF) is known color: Electric Purple. HEX triplet: B9, 2B and FF. RGB value is (185,43,255). Sum of RGB (Red+Green+Blue) = 185+43+255=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #B92BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92BFF is #46D400. Grayscale: #6C6C6C. Windows color (decimal): -4641793 or 16722873. OLE color: 16722873.
HSL color Cylindrical-coordinate representation of color #B92BFF: hue angle of 280.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92BFF is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 43 | 255 | - |
| CMYK | 0.27 | 0.83 | 0 | 0 |
| HSL | 280.19º | 1% | 0.58% | - |
| HSV(B) | 280.19º | 0.83% | 1% | - |
| XYZ | 38.92 | 19.26 | 96.27 | - |
| YUV | 109.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 255 | 0.27 | 0.83 | 0 | 0 | 280.19 | 1 | 0.58 |
| Hex | B9 | 2B | FF | 1B | 53 | 0 | 0 | 118 | 64 | 3A |
| Octal | 271 | 53 | 377 | 33 | 123 | 0 | 0 | 430 | 144 | 72 |
| Binary | 10111001 | 101011 | 11111111 | 11011 | 1010011 | 0 | 0 | 100011000 | 1100100 | 111010 |
Color Harmonies of #B92BFF
Complementary color
Monochromatic Colors of #B92BFF
Black with #B92BFF
Text Example
Text Example
White with #B92BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92BFF; }
p { color: rgb(185,43,255); }
H1.HeaderClassName
{
color: #B92BFF;
}
.AnyTagClassName
{
color: #B92BFF;
}
</style>
background-color css
<style>
a { background-color: #B92BFF; }
a { background-color: rgb(185,43,255); }
div.DivClassName
{
background-color: #B92BFF;
}
.BgClassName
{
background-color: #B92BFF;
}
</style>
border-color css
<style>
span { border-color: #B92BFF; }
span { border-color: rgb(185,43,255); }
td.TdClassName
{
border-color: #B92BFF;
}
.TagClassName
{
border-color: #B92BFF;
}
</style>