Shades of Electric Purple #B625F8
Tints of Electric Purple #B625F8
RGB
CMYK
RGB Variations
Color information
#B625F8 (or 0xB625F8) is known color: Electric Purple. HEX triplet: B6, 25 and F8. RGB value is (182,37,248). Sum of RGB (Red+Green+Blue) = 182+37+248=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #B625F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B625F8 is #49DA07. Grayscale: #676767. Windows color (decimal): -4839944 or 16262582. OLE color: 16262582.
HSL color Cylindrical-coordinate representation of color #B625F8: hue angle of 281.23º 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 #B625F8 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 37 | 248 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.03 |
| HSL | 281.23º | 0.94% | 0.56% | - |
| HSV(B) | 281.23º | 0.85% | 0.97% | - |
| XYZ | 36.9 | 18.05 | 90.35 | - |
| YUV | 104.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 248 | 0.27 | 0.85 | 0 | 0.03 | 281.23 | 0.94 | 0.56 |
| Hex | B6 | 25 | F8 | 1B | 55 | 0 | 3 | 119 | 5E | 38 |
| Octal | 266 | 45 | 370 | 33 | 125 | 0 | 3 | 431 | 136 | 70 |
| Binary | 10110110 | 100101 | 11111000 | 11011 | 1010101 | 0 | 11 | 100011001 | 1011110 | 111000 |
Color Harmonies of #B625F8
Complementary color
Monochromatic Colors of #B625F8
Black with #B625F8
Text Example
Text Example
White with #B625F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B625F8; }
p { color: rgb(182,37,248); }
H1.HeaderClassName
{
color: #B625F8;
}
.AnyTagClassName
{
color: #B625F8;
}
</style>
background-color css
<style>
a { background-color: #B625F8; }
a { background-color: rgb(182,37,248); }
div.DivClassName
{
background-color: #B625F8;
}
.BgClassName
{
background-color: #B625F8;
}
</style>
border-color css
<style>
span { border-color: #B625F8; }
span { border-color: rgb(182,37,248); }
td.TdClassName
{
border-color: #B625F8;
}
.TagClassName
{
border-color: #B625F8;
}
</style>