Shades of Electric Purple #B728FF
Tints of Electric Purple #B728FF
RGB
CMYK
RGB Variations
Color information
#B728FF (or 0xB728FF) is known color: Electric Purple. HEX triplet: B7, 28 and FF. RGB value is (183,40,255). Sum of RGB (Red+Green+Blue) = 183+40+255=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #B728FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B728FF is #48D700. Grayscale: #6A6A6A. Windows color (decimal): -4773633 or 16722103. OLE color: 16722103.
HSL color Cylindrical-coordinate representation of color #B728FF: hue angle of 279.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B728FF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 40 | 255 | - |
| CMYK | 0.28 | 0.84 | 0 | 0 |
| HSL | 279.91º | 1% | 0.58% | - |
| HSV(B) | 279.91º | 0.84% | 1% | - |
| XYZ | 38.34 | 18.8 | 96.22 | - |
| YUV | 107.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 255 | 0.28 | 0.84 | 0 | 0 | 279.91 | 1 | 0.58 |
| Hex | B7 | 28 | FF | 1C | 54 | 0 | 0 | 118 | 64 | 3A |
| Octal | 267 | 50 | 377 | 34 | 124 | 0 | 0 | 430 | 144 | 72 |
| Binary | 10110111 | 101000 | 11111111 | 11100 | 1010100 | 0 | 0 | 100011000 | 1100100 | 111010 |
Color Harmonies of #B728FF
Complementary color
Monochromatic Colors of #B728FF
Black with #B728FF
Text Example
Text Example
White with #B728FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728FF; }
p { color: rgb(183,40,255); }
H1.HeaderClassName
{
color: #B728FF;
}
.AnyTagClassName
{
color: #B728FF;
}
</style>
background-color css
<style>
a { background-color: #B728FF; }
a { background-color: rgb(183,40,255); }
div.DivClassName
{
background-color: #B728FF;
}
.BgClassName
{
background-color: #B728FF;
}
</style>
border-color css
<style>
span { border-color: #B728FF; }
span { border-color: rgb(183,40,255); }
td.TdClassName
{
border-color: #B728FF;
}
.TagClassName
{
border-color: #B728FF;
}
</style>