Shades of Electric Purple #B00DFF
Tints of Electric Purple #B00DFF
RGB
CMYK
RGB Variations
Color information
#B00DFF (or 0xB00DFF) is known color: Electric Purple. HEX triplet: B0, 0D and FF. RGB value is (176,13,255). Sum of RGB (Red+Green+Blue) = 176+13+255=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B00DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00DFF is #4FF200. Grayscale: #585858. Windows color (decimal): -5239297 or 16715184. OLE color: 16715184.
HSL color Cylindrical-coordinate representation of color #B00DFF: hue angle of 280.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00DFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 13 | 255 | - |
| CMYK | 0.31 | 0.95 | 0 | 0 |
| HSL | 280.41º | 1% | 0.53% | - |
| HSV(B) | 280.41º | 0.95% | 1% | - |
| XYZ | 36.1 | 16.74 | 95.94 | - |
| YUV | 89.33 | 221.5 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 255 | 0.31 | 0.95 | 0 | 0 | 280.41 | 1 | 0.53 |
| Hex | B0 | D | FF | 1F | 5F | 0 | 0 | 118 | 64 | 35 |
| Octal | 260 | 15 | 377 | 37 | 137 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10110000 | 1101 | 11111111 | 11111 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #B00DFF
Complementary color
Monochromatic Colors of #B00DFF
Black with #B00DFF
Text Example
Text Example
White with #B00DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00DFF; }
p { color: rgb(176,13,255); }
H1.HeaderClassName
{
color: #B00DFF;
}
.AnyTagClassName
{
color: #B00DFF;
}
</style>
background-color css
<style>
a { background-color: #B00DFF; }
a { background-color: rgb(176,13,255); }
div.DivClassName
{
background-color: #B00DFF;
}
.BgClassName
{
background-color: #B00DFF;
}
</style>
border-color css
<style>
span { border-color: #B00DFF; }
span { border-color: rgb(176,13,255); }
td.TdClassName
{
border-color: #B00DFF;
}
.TagClassName
{
border-color: #B00DFF;
}
</style>