Shades of Electric Purple #B728FD
Tints of Electric Purple #B728FD
RGB
CMYK
RGB Variations
Color information
#B728FD (or 0xB728FD) is known color: Electric Purple. HEX triplet: B7, 28 and FD. RGB value is (183,40,253). Sum of RGB (Red+Green+Blue) = 183+40+253=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #B728FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B728FD is #48D702. Grayscale: #6A6A6A. Windows color (decimal): -4773635 or 16591031. OLE color: 16591031.
HSL color Cylindrical-coordinate representation of color #B728FD: hue angle of 280.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B728FD is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 40 | 253 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.01 |
| HSL | 280.28º | 0.98% | 0.57% | - |
| HSV(B) | 280.28º | 0.84% | 0.99% | - |
| XYZ | 38.02 | 18.68 | 94.53 | - |
| YUV | 107.04 | 210.38 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 253 | 0.28 | 0.84 | 0 | 0.01 | 280.28 | 0.98 | 0.57 |
| Hex | B7 | 28 | FD | 1C | 54 | 0 | 1 | 118 | 62 | 39 |
| Octal | 267 | 50 | 375 | 34 | 124 | 0 | 1 | 430 | 142 | 71 |
| Binary | 10110111 | 101000 | 11111101 | 11100 | 1010100 | 0 | 1 | 100011000 | 1100010 | 111001 |
Color Harmonies of #B728FD
Complementary color
Monochromatic Colors of #B728FD
Black with #B728FD
Text Example
Text Example
White with #B728FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728FD; }
p { color: rgb(183,40,253); }
H1.HeaderClassName
{
color: #B728FD;
}
.AnyTagClassName
{
color: #B728FD;
}
</style>
background-color css
<style>
a { background-color: #B728FD; }
a { background-color: rgb(183,40,253); }
div.DivClassName
{
background-color: #B728FD;
}
.BgClassName
{
background-color: #B728FD;
}
</style>
border-color css
<style>
span { border-color: #B728FD; }
span { border-color: rgb(183,40,253); }
td.TdClassName
{
border-color: #B728FD;
}
.TagClassName
{
border-color: #B728FD;
}
</style>