Shades of Electric Purple #B900EE
Tints of Electric Purple #B900EE
RGB
CMYK
RGB Variations
Color information
#B900EE (or 0xB900EE) is known color: Electric Purple. HEX triplet: B9, 00 and EE. RGB value is (185,0,238). Sum of RGB (Red+Green+Blue) = 185+0+238=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B900EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900EE is #46FF11. Grayscale: #515151. Windows color (decimal): -4652818 or 15597753. OLE color: 15597753.
HSL color Cylindrical-coordinate representation of color #B900EE: hue angle of 286.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900EE is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 0 | 238 | - |
| CMYK | 0.22 | 1 | 0 | 0.07 |
| HSL | 286.64º | 1% | 0.47% | - |
| HSV(B) | 286.64º | 1% | 0.93% | - |
| XYZ | 35.44 | 16.49 | 82.2 | - |
| YUV | 82.45 | 215.79 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 238 | 0.22 | 1 | 0 | 0.07 | 286.64 | 1 | 0.47 |
| Hex | B9 | 0 | EE | 16 | 64 | 0 | 7 | 11F | 64 | 2F |
| Octal | 271 | 0 | 356 | 26 | 144 | 0 | 7 | 437 | 144 | 57 |
| Binary | 10111001 | 0 | 11101110 | 10110 | 1100100 | 0 | 111 | 100011111 | 1100100 | 101111 |
Color Harmonies of #B900EE
Complementary color
Monochromatic Colors of #B900EE
Black with #B900EE
Text Example
Text Example
White with #B900EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900EE; }
p { color: rgb(185,0,238); }
H1.HeaderClassName
{
color: #B900EE;
}
.AnyTagClassName
{
color: #B900EE;
}
</style>
background-color css
<style>
a { background-color: #B900EE; }
a { background-color: rgb(185,0,238); }
div.DivClassName
{
background-color: #B900EE;
}
.BgClassName
{
background-color: #B900EE;
}
</style>
border-color css
<style>
span { border-color: #B900EE; }
span { border-color: rgb(185,0,238); }
td.TdClassName
{
border-color: #B900EE;
}
.TagClassName
{
border-color: #B900EE;
}
</style>