Shades of Electric Purple #B725F8
Tints of Electric Purple #B725F8
RGB
CMYK
RGB Variations
Color information
#B725F8 (or 0xB725F8) is known color: Electric Purple. HEX triplet: B7, 25 and F8. RGB value is (183,37,248). Sum of RGB (Red+Green+Blue) = 183+37+248=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #B725F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725F8 is #48DA07. Grayscale: #686868. Windows color (decimal): -4774408 or 16262583. OLE color: 16262583.
HSL color Cylindrical-coordinate representation of color #B725F8: hue angle of 281.52º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B725F8 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 37 | 248 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.03 |
| HSL | 281.52º | 0.94% | 0.56% | - |
| HSV(B) | 281.52º | 0.85% | 0.97% | - |
| XYZ | 37.13 | 18.17 | 90.36 | - |
| YUV | 104.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 248 | 0.26 | 0.85 | 0 | 0.03 | 281.52 | 0.94 | 0.56 |
| Hex | B7 | 25 | F8 | 1A | 55 | 0 | 3 | 11A | 5E | 38 |
| Octal | 267 | 45 | 370 | 32 | 125 | 0 | 3 | 432 | 136 | 70 |
| Binary | 10110111 | 100101 | 11111000 | 11010 | 1010101 | 0 | 11 | 100011010 | 1011110 | 111000 |
Color Harmonies of #B725F8
Complementary color
Monochromatic Colors of #B725F8
Black with #B725F8
Text Example
Text Example
White with #B725F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725F8; }
p { color: rgb(183,37,248); }
H1.HeaderClassName
{
color: #B725F8;
}
.AnyTagClassName
{
color: #B725F8;
}
</style>
background-color css
<style>
a { background-color: #B725F8; }
a { background-color: rgb(183,37,248); }
div.DivClassName
{
background-color: #B725F8;
}
.BgClassName
{
background-color: #B725F8;
}
</style>
border-color css
<style>
span { border-color: #B725F8; }
span { border-color: rgb(183,37,248); }
td.TdClassName
{
border-color: #B725F8;
}
.TagClassName
{
border-color: #B725F8;
}
</style>