Shades of Electric Purple #B000FC
Tints of Electric Purple #B000FC
RGB
CMYK
RGB Variations
Color information
#B000FC (or 0xB000FC) is known color: Electric Purple. HEX triplet: B0, 00 and FC. RGB value is (176,0,252). Sum of RGB (Red+Green+Blue) = 176+0+252=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #B000FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000FC is #4FFF03. Grayscale: #505050. Windows color (decimal): -5242628 or 16515248. OLE color: 16515248.
HSL color Cylindrical-coordinate representation of color #B000FC: hue angle of 281.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000FC is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 0 | 252 | - |
| CMYK | 0.30 | 1 | 0 | 0.01 |
| HSL | 281.9º | 1% | 0.49% | - |
| HSV(B) | 281.9º | 1% | 0.99% | - |
| XYZ | 35.48 | 16.26 | 93.36 | - |
| YUV | 81.35 | 224.31 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 252 | 0.30 | 1 | 0 | 0.01 | 281.9 | 1 | 0.49 |
| Hex | B0 | 0 | FC | 1E | 64 | 0 | 1 | 11A | 64 | 31 |
| Octal | 260 | 0 | 374 | 36 | 144 | 0 | 1 | 432 | 144 | 61 |
| Binary | 10110000 | 0 | 11111100 | 11110 | 1100100 | 0 | 1 | 100011010 | 1100100 | 110001 |
Color Harmonies of #B000FC
Complementary color
Monochromatic Colors of #B000FC
Black with #B000FC
Text Example
Text Example
White with #B000FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000FC; }
p { color: rgb(176,0,252); }
H1.HeaderClassName
{
color: #B000FC;
}
.AnyTagClassName
{
color: #B000FC;
}
</style>
background-color css
<style>
a { background-color: #B000FC; }
a { background-color: rgb(176,0,252); }
div.DivClassName
{
background-color: #B000FC;
}
.BgClassName
{
background-color: #B000FC;
}
</style>
border-color css
<style>
span { border-color: #B000FC; }
span { border-color: rgb(176,0,252); }
td.TdClassName
{
border-color: #B000FC;
}
.TagClassName
{
border-color: #B000FC;
}
</style>