Shades of Electric Purple #B00CFC
Tints of Electric Purple #B00CFC
RGB
CMYK
RGB Variations
Color information
#B00CFC (or 0xB00CFC) is known color: Electric Purple. HEX triplet: B0, 0C and FC. RGB value is (176,12,252). Sum of RGB (Red+Green+Blue) = 176+12+252=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #B00CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CFC is #4FF303. Grayscale: #575757. Windows color (decimal): -5239556 or 16518320. OLE color: 16518320.
HSL color Cylindrical-coordinate representation of color #B00CFC: hue angle of 281º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00CFC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 12 | 252 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.01 |
| HSL | 281º | 0.98% | 0.52% | - |
| HSV(B) | 281º | 0.95% | 0.99% | - |
| XYZ | 35.61 | 16.52 | 93.41 | - |
| YUV | 88.4 | 220.33 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 252 | 0.30 | 0.95 | 0 | 0.01 | 281 | 0.98 | 0.52 |
| Hex | B0 | C | FC | 1E | 5F | 0 | 1 | 119 | 62 | 34 |
| Octal | 260 | 14 | 374 | 36 | 137 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110000 | 1100 | 11111100 | 11110 | 1011111 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B00CFC
Complementary color
Monochromatic Colors of #B00CFC
Black with #B00CFC
Text Example
Text Example
White with #B00CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CFC; }
p { color: rgb(176,12,252); }
H1.HeaderClassName
{
color: #B00CFC;
}
.AnyTagClassName
{
color: #B00CFC;
}
</style>
background-color css
<style>
a { background-color: #B00CFC; }
a { background-color: rgb(176,12,252); }
div.DivClassName
{
background-color: #B00CFC;
}
.BgClassName
{
background-color: #B00CFC;
}
</style>
border-color css
<style>
span { border-color: #B00CFC; }
span { border-color: rgb(176,12,252); }
td.TdClassName
{
border-color: #B00CFC;
}
.TagClassName
{
border-color: #B00CFC;
}
</style>