Shades of Electric Purple #B900FD
Tints of Electric Purple #B900FD
RGB
CMYK
RGB Variations
Color information
#B900FD (or 0xB900FD) is known color: Electric Purple. HEX triplet: B9, 00 and FD. RGB value is (185,0,253). Sum of RGB (Red+Green+Blue) = 185+0+253=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #B900FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900FD is #46FF02. Grayscale: #535353. Windows color (decimal): -4652803 or 16580793. OLE color: 16580793.
HSL color Cylindrical-coordinate representation of color #B900FD: hue angle of 283.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900FD is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 0 | 253 | - |
| CMYK | 0.27 | 1 | 0 | 0.01 |
| HSL | 283.87º | 1% | 0.5% | - |
| HSV(B) | 283.87º | 1% | 0.99% | - |
| XYZ | 37.74 | 17.41 | 94.3 | - |
| YUV | 84.16 | 223.29 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 253 | 0.27 | 1 | 0 | 0.01 | 283.87 | 1 | 0.5 |
| Hex | B9 | 0 | FD | 1B | 64 | 0 | 1 | 11C | 64 | 32 |
| Octal | 271 | 0 | 375 | 33 | 144 | 0 | 1 | 434 | 144 | 62 |
| Binary | 10111001 | 0 | 11111101 | 11011 | 1100100 | 0 | 1 | 100011100 | 1100100 | 110010 |
Color Harmonies of #B900FD
Complementary color
Monochromatic Colors of #B900FD
Black with #B900FD
Text Example
Text Example
White with #B900FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900FD; }
p { color: rgb(185,0,253); }
H1.HeaderClassName
{
color: #B900FD;
}
.AnyTagClassName
{
color: #B900FD;
}
</style>
background-color css
<style>
a { background-color: #B900FD; }
a { background-color: rgb(185,0,253); }
div.DivClassName
{
background-color: #B900FD;
}
.BgClassName
{
background-color: #B900FD;
}
</style>
border-color css
<style>
span { border-color: #B900FD; }
span { border-color: rgb(185,0,253); }
td.TdClassName
{
border-color: #B900FD;
}
.TagClassName
{
border-color: #B900FD;
}
</style>