Shades of Electric Purple #B728FE
Tints of Electric Purple #B728FE
RGB
CMYK
RGB Variations
Color information
#B728FE (or 0xB728FE) is known color: Electric Purple. HEX triplet: B7, 28 and FE. RGB value is (183,40,254). Sum of RGB (Red+Green+Blue) = 183+40+254=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #B728FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B728FE is #48D701. Grayscale: #6A6A6A. Windows color (decimal): -4773634 or 16656567. OLE color: 16656567.
HSL color Cylindrical-coordinate representation of color #B728FE: hue angle of 280.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B728FE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 40 | 254 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.00 |
| HSL | 280.09º | 0.99% | 0.58% | - |
| HSV(B) | 280.09º | 0.84% | 1% | - |
| XYZ | 38.18 | 18.74 | 95.37 | - |
| YUV | 107.15 | 210.88 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 254 | 0.28 | 0.84 | 0 | 0.00 | 280.09 | 0.99 | 0.58 |
| Hex | B7 | 28 | FE | 1C | 54 | 0 | 0 | 118 | 63 | 3A |
| Octal | 267 | 50 | 376 | 34 | 124 | 0 | 0 | 430 | 143 | 72 |
| Binary | 10110111 | 101000 | 11111110 | 11100 | 1010100 | 0 | 0 | 100011000 | 1100011 | 111010 |
Color Harmonies of #B728FE
Complementary color
Monochromatic Colors of #B728FE
Black with #B728FE
Text Example
Text Example
White with #B728FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728FE; }
p { color: rgb(183,40,254); }
H1.HeaderClassName
{
color: #B728FE;
}
.AnyTagClassName
{
color: #B728FE;
}
</style>
background-color css
<style>
a { background-color: #B728FE; }
a { background-color: rgb(183,40,254); }
div.DivClassName
{
background-color: #B728FE;
}
.BgClassName
{
background-color: #B728FE;
}
</style>
border-color css
<style>
span { border-color: #B728FE; }
span { border-color: rgb(183,40,254); }
td.TdClassName
{
border-color: #B728FE;
}
.TagClassName
{
border-color: #B728FE;
}
</style>