Shades of Electric Purple #B200FC
Tints of Electric Purple #B200FC
RGB
CMYK
RGB Variations
Color information
#B200FC (or 0xB200FC) is known color: Electric Purple. HEX triplet: B2, 00 and FC. RGB value is (178,0,252). Sum of RGB (Red+Green+Blue) = 178+0+252=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #B200FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B200FC is #4DFF03. Grayscale: #515151. Windows color (decimal): -5111556 or 16515250. OLE color: 16515250.
HSL color Cylindrical-coordinate representation of color #B200FC: hue angle of 282.38º 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 #B200FC is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 0 | 252 | - |
| CMYK | 0.29 | 1 | 0 | 0.01 |
| HSL | 282.38º | 1% | 0.49% | - |
| HSV(B) | 282.38º | 1% | 0.99% | - |
| XYZ | 35.93 | 16.49 | 93.39 | - |
| YUV | 81.95 | 223.97 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 252 | 0.29 | 1 | 0 | 0.01 | 282.38 | 1 | 0.49 |
| Hex | B2 | 0 | FC | 1D | 64 | 0 | 1 | 11A | 64 | 31 |
| Octal | 262 | 0 | 374 | 35 | 144 | 0 | 1 | 432 | 144 | 61 |
| Binary | 10110010 | 0 | 11111100 | 11101 | 1100100 | 0 | 1 | 100011010 | 1100100 | 110001 |
Color Harmonies of #B200FC
Complementary color
Monochromatic Colors of #B200FC
Black with #B200FC
Text Example
Text Example
White with #B200FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200FC; }
p { color: rgb(178,0,252); }
H1.HeaderClassName
{
color: #B200FC;
}
.AnyTagClassName
{
color: #B200FC;
}
</style>
background-color css
<style>
a { background-color: #B200FC; }
a { background-color: rgb(178,0,252); }
div.DivClassName
{
background-color: #B200FC;
}
.BgClassName
{
background-color: #B200FC;
}
</style>
border-color css
<style>
span { border-color: #B200FC; }
span { border-color: rgb(178,0,252); }
td.TdClassName
{
border-color: #B200FC;
}
.TagClassName
{
border-color: #B200FC;
}
</style>