Shades of Electric Purple #B908ED
Tints of Electric Purple #B908ED
RGB
CMYK
RGB Variations
Color information
#B908ED (or 0xB908ED) is known color: Electric Purple. HEX triplet: B9, 08 and ED. RGB value is (185,8,237). Sum of RGB (Red+Green+Blue) = 185+8+237=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #B908ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B908ED is #46F712. Grayscale: #565656. Windows color (decimal): -4650771 or 15534265. OLE color: 15534265.
HSL color Cylindrical-coordinate representation of color #B908ED: hue angle of 286.38º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B908ED is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 8 | 237 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.07 |
| HSL | 286.38º | 0.93% | 0.48% | - |
| HSV(B) | 286.38º | 0.97% | 0.93% | - |
| XYZ | 35.38 | 16.6 | 81.46 | - |
| YUV | 87.03 | 212.64 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 237 | 0.22 | 0.97 | 0 | 0.07 | 286.38 | 0.93 | 0.48 |
| Hex | B9 | 8 | ED | 16 | 61 | 0 | 7 | 11E | 5D | 30 |
| Octal | 271 | 10 | 355 | 26 | 141 | 0 | 7 | 436 | 135 | 60 |
| Binary | 10111001 | 1000 | 11101101 | 10110 | 1100001 | 0 | 111 | 100011110 | 1011101 | 110000 |
Color Harmonies of #B908ED
Complementary color
Monochromatic Colors of #B908ED
Black with #B908ED
Text Example
Text Example
White with #B908ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908ED; }
p { color: rgb(185,8,237); }
H1.HeaderClassName
{
color: #B908ED;
}
.AnyTagClassName
{
color: #B908ED;
}
</style>
background-color css
<style>
a { background-color: #B908ED; }
a { background-color: rgb(185,8,237); }
div.DivClassName
{
background-color: #B908ED;
}
.BgClassName
{
background-color: #B908ED;
}
</style>
border-color css
<style>
span { border-color: #B908ED; }
span { border-color: rgb(185,8,237); }
td.TdClassName
{
border-color: #B908ED;
}
.TagClassName
{
border-color: #B908ED;
}
</style>