Shades of Electric Purple #B82BFC
Tints of Electric Purple #B82BFC
RGB
CMYK
RGB Variations
Color information
#B82BFC (or 0xB82BFC) is known color: Electric Purple. HEX triplet: B8, 2B and FC. RGB value is (184,43,252). Sum of RGB (Red+Green+Blue) = 184+43+252=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #B82BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82BFC is #47D403. Grayscale: #6C6C6C. Windows color (decimal): -4707332 or 16526264. OLE color: 16526264.
HSL color Cylindrical-coordinate representation of color #B82BFC: hue angle of 280.48º 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 #B82BFC is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 43 | 252 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.01 |
| HSL | 280.48º | 0.97% | 0.58% | - |
| HSV(B) | 280.48º | 0.83% | 0.99% | - |
| XYZ | 38.2 | 18.95 | 93.74 | - |
| YUV | 108.99 | 208.71 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 252 | 0.27 | 0.83 | 0 | 0.01 | 280.48 | 0.97 | 0.58 |
| Hex | B8 | 2B | FC | 1B | 53 | 0 | 1 | 118 | 61 | 3A |
| Octal | 270 | 53 | 374 | 33 | 123 | 0 | 1 | 430 | 141 | 72 |
| Binary | 10111000 | 101011 | 11111100 | 11011 | 1010011 | 0 | 1 | 100011000 | 1100001 | 111010 |
Color Harmonies of #B82BFC
Complementary color
Monochromatic Colors of #B82BFC
Black with #B82BFC
Text Example
Text Example
White with #B82BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BFC; }
p { color: rgb(184,43,252); }
H1.HeaderClassName
{
color: #B82BFC;
}
.AnyTagClassName
{
color: #B82BFC;
}
</style>
background-color css
<style>
a { background-color: #B82BFC; }
a { background-color: rgb(184,43,252); }
div.DivClassName
{
background-color: #B82BFC;
}
.BgClassName
{
background-color: #B82BFC;
}
</style>
border-color css
<style>
span { border-color: #B82BFC; }
span { border-color: rgb(184,43,252); }
td.TdClassName
{
border-color: #B82BFC;
}
.TagClassName
{
border-color: #B82BFC;
}
</style>