Shades of Electric Purple #B416DF
Tints of Electric Purple #B416DF
RGB
CMYK
RGB Variations
Color information
#B416DF (or 0xB416DF) is known color: Electric Purple. HEX triplet: B4, 16 and DF. RGB value is (180,22,223). Sum of RGB (Red+Green+Blue) = 180+22+223=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B416DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416DF is #4BE920. Grayscale: #5B5B5B. Windows color (decimal): -4974881 or 14620340. OLE color: 14620340.
HSL color Cylindrical-coordinate representation of color #B416DF: hue angle of 287.16º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B416DF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 22 | 223 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.13 |
| HSL | 287.16º | 0.82% | 0.48% | - |
| HSV(B) | 287.16º | 0.9% | 0.87% | - |
| XYZ | 32.43 | 15.6 | 71.11 | - |
| YUV | 92.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 223 | 0.19 | 0.90 | 0 | 0.13 | 287.16 | 0.82 | 0.48 |
| Hex | B4 | 16 | DF | 13 | 5A | 0 | D | 11F | 52 | 30 |
| Octal | 264 | 26 | 337 | 23 | 132 | 0 | 15 | 437 | 122 | 60 |
| Binary | 10110100 | 10110 | 11011111 | 10011 | 1011010 | 0 | 1101 | 100011111 | 1010010 | 110000 |
Color Harmonies of #B416DF
Complementary color
Monochromatic Colors of #B416DF
Black with #B416DF
Text Example
Text Example
White with #B416DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416DF; }
p { color: rgb(180,22,223); }
H1.HeaderClassName
{
color: #B416DF;
}
.AnyTagClassName
{
color: #B416DF;
}
</style>
background-color css
<style>
a { background-color: #B416DF; }
a { background-color: rgb(180,22,223); }
div.DivClassName
{
background-color: #B416DF;
}
.BgClassName
{
background-color: #B416DF;
}
</style>
border-color css
<style>
span { border-color: #B416DF; }
span { border-color: rgb(180,22,223); }
td.TdClassName
{
border-color: #B416DF;
}
.TagClassName
{
border-color: #B416DF;
}
</style>