Shades of Electric Purple #B826FD
Tints of Electric Purple #B826FD
RGB
CMYK
RGB Variations
Color information
#B826FD (or 0xB826FD) is known color: Electric Purple. HEX triplet: B8, 26 and FD. RGB value is (184,38,253). Sum of RGB (Red+Green+Blue) = 184+38+253=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #B826FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826FD is #47D902. Grayscale: #696969. Windows color (decimal): -4708611 or 16590520. OLE color: 16590520.
HSL color Cylindrical-coordinate representation of color #B826FD: hue angle of 280.74º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B826FD is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 38 | 253 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.01 |
| HSL | 280.74º | 0.98% | 0.57% | - |
| HSV(B) | 280.74º | 0.85% | 0.99% | - |
| XYZ | 38.19 | 18.67 | 94.52 | - |
| YUV | 106.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 253 | 0.27 | 0.85 | 0 | 0.01 | 280.74 | 0.98 | 0.57 |
| Hex | B8 | 26 | FD | 1B | 55 | 0 | 1 | 119 | 62 | 39 |
| Octal | 270 | 46 | 375 | 33 | 125 | 0 | 1 | 431 | 142 | 71 |
| Binary | 10111000 | 100110 | 11111101 | 11011 | 1010101 | 0 | 1 | 100011001 | 1100010 | 111001 |
Color Harmonies of #B826FD
Complementary color
Monochromatic Colors of #B826FD
Black with #B826FD
Text Example
Text Example
White with #B826FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826FD; }
p { color: rgb(184,38,253); }
H1.HeaderClassName
{
color: #B826FD;
}
.AnyTagClassName
{
color: #B826FD;
}
</style>
background-color css
<style>
a { background-color: #B826FD; }
a { background-color: rgb(184,38,253); }
div.DivClassName
{
background-color: #B826FD;
}
.BgClassName
{
background-color: #B826FD;
}
</style>
border-color css
<style>
span { border-color: #B826FD; }
span { border-color: rgb(184,38,253); }
td.TdClassName
{
border-color: #B826FD;
}
.TagClassName
{
border-color: #B826FD;
}
</style>