Shades of Electric Purple #B00DF2
Tints of Electric Purple #B00DF2
RGB
CMYK
RGB Variations
Color information
#B00DF2 (or 0xB00DF2) is known color: Electric Purple. HEX triplet: B0, 0D and F2. RGB value is (176,13,242). Sum of RGB (Red+Green+Blue) = 176+13+242=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #B00DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00DF2 is #4FF20D. Grayscale: #575757. Windows color (decimal): -5239310 or 15863216. OLE color: 15863216.
HSL color Cylindrical-coordinate representation of color #B00DF2: hue angle of 282.71º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00DF2 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 13 | 242 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.05 |
| HSL | 282.71º | 0.9% | 0.5% | - |
| HSV(B) | 282.71º | 0.95% | 0.95% | - |
| XYZ | 34.08 | 15.93 | 85.28 | - |
| YUV | 87.84 | 215 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 242 | 0.27 | 0.95 | 0 | 0.05 | 282.71 | 0.9 | 0.5 |
| Hex | B0 | D | F2 | 1B | 5F | 0 | 5 | 11B | 5A | 32 |
| Octal | 260 | 15 | 362 | 33 | 137 | 0 | 5 | 433 | 132 | 62 |
| Binary | 10110000 | 1101 | 11110010 | 11011 | 1011111 | 0 | 101 | 100011011 | 1011010 | 110010 |
Color Harmonies of #B00DF2
Complementary color
Monochromatic Colors of #B00DF2
Black with #B00DF2
Text Example
Text Example
White with #B00DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DF2; }
p { color: rgb(176,13,242); }
H1.HeaderClassName
{
color: #B00DF2;
}
.AnyTagClassName
{
color: #B00DF2;
}
</style>
background-color css
<style>
a { background-color: #B00DF2; }
a { background-color: rgb(176,13,242); }
div.DivClassName
{
background-color: #B00DF2;
}
.BgClassName
{
background-color: #B00DF2;
}
</style>
border-color css
<style>
span { border-color: #B00DF2; }
span { border-color: rgb(176,13,242); }
td.TdClassName
{
border-color: #B00DF2;
}
.TagClassName
{
border-color: #B00DF2;
}
</style>