Shades of Electric Purple #B00CFF
Tints of Electric Purple #B00CFF
RGB
CMYK
RGB Variations
Color information
#B00CFF (or 0xB00CFF) is known color: Electric Purple. HEX triplet: B0, 0C and FF. RGB value is (176,12,255). Sum of RGB (Red+Green+Blue) = 176+12+255=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #B00CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CFF is #4FF300. Grayscale: #575757. Windows color (decimal): -5239553 or 16714928. OLE color: 16714928.
HSL color Cylindrical-coordinate representation of color #B00CFF: hue angle of 280.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00CFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 12 | 255 | - |
| CMYK | 0.31 | 0.95 | 0 | 0 |
| HSL | 280.49º | 1% | 0.52% | - |
| HSV(B) | 280.49º | 0.95% | 1% | - |
| XYZ | 36.09 | 16.71 | 95.93 | - |
| YUV | 88.74 | 221.83 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 255 | 0.31 | 0.95 | 0 | 0 | 280.49 | 1 | 0.52 |
| Hex | B0 | C | FF | 1F | 5F | 0 | 0 | 118 | 64 | 34 |
| Octal | 260 | 14 | 377 | 37 | 137 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10110000 | 1100 | 11111111 | 11111 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #B00CFF
Complementary color
Monochromatic Colors of #B00CFF
Black with #B00CFF
Text Example
Text Example
White with #B00CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CFF; }
p { color: rgb(176,12,255); }
H1.HeaderClassName
{
color: #B00CFF;
}
.AnyTagClassName
{
color: #B00CFF;
}
</style>
background-color css
<style>
a { background-color: #B00CFF; }
a { background-color: rgb(176,12,255); }
div.DivClassName
{
background-color: #B00CFF;
}
.BgClassName
{
background-color: #B00CFF;
}
</style>
border-color css
<style>
span { border-color: #B00CFF; }
span { border-color: rgb(176,12,255); }
td.TdClassName
{
border-color: #B00CFF;
}
.TagClassName
{
border-color: #B00CFF;
}
</style>