Shades of Electric Purple #B726FB
Tints of Electric Purple #B726FB
RGB
CMYK
RGB Variations
Color information
#B726FB (or 0xB726FB) is known color: Electric Purple. HEX triplet: B7, 26 and FB. RGB value is (183,38,251). Sum of RGB (Red+Green+Blue) = 183+38+251=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #B726FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726FB is #48D904. Grayscale: #686868. Windows color (decimal): -4774149 or 16459447. OLE color: 16459447.
HSL color Cylindrical-coordinate representation of color #B726FB: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B726FB is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 38 | 251 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.02 |
| HSL | 280.85º | 0.96% | 0.57% | - |
| HSV(B) | 280.85º | 0.85% | 0.98% | - |
| XYZ | 37.63 | 18.42 | 92.84 | - |
| YUV | 105.64 | 210.04 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 251 | 0.27 | 0.85 | 0 | 0.02 | 280.85 | 0.96 | 0.57 |
| Hex | B7 | 26 | FB | 1B | 55 | 0 | 2 | 119 | 60 | 39 |
| Octal | 267 | 46 | 373 | 33 | 125 | 0 | 2 | 431 | 140 | 71 |
| Binary | 10110111 | 100110 | 11111011 | 11011 | 1010101 | 0 | 10 | 100011001 | 1100000 | 111001 |
Color Harmonies of #B726FB
Complementary color
Monochromatic Colors of #B726FB
Black with #B726FB
Text Example
Text Example
White with #B726FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726FB; }
p { color: rgb(183,38,251); }
H1.HeaderClassName
{
color: #B726FB;
}
.AnyTagClassName
{
color: #B726FB;
}
</style>
background-color css
<style>
a { background-color: #B726FB; }
a { background-color: rgb(183,38,251); }
div.DivClassName
{
background-color: #B726FB;
}
.BgClassName
{
background-color: #B726FB;
}
</style>
border-color css
<style>
span { border-color: #B726FB; }
span { border-color: rgb(183,38,251); }
td.TdClassName
{
border-color: #B726FB;
}
.TagClassName
{
border-color: #B726FB;
}
</style>