Shades of Electric Purple #BD1BED
Tints of Electric Purple #BD1BED
RGB
CMYK
RGB Variations
Color information
#BD1BED (or 0xBD1BED) is known color: Electric Purple. HEX triplet: BD, 1B and ED. RGB value is (189,27,237). Sum of RGB (Red+Green+Blue) = 189+27+237=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD1BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BED is #42E412. Grayscale: #626262. Windows color (decimal): -4383763 or 15539133. OLE color: 15539133.
HSL color Cylindrical-coordinate representation of color #BD1BED: hue angle of 286.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1BED is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 27 | 237 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.07 |
| HSL | 286.29º | 0.85% | 0.52% | - |
| HSV(B) | 286.29º | 0.89% | 0.93% | - |
| XYZ | 36.66 | 17.72 | 81.61 | - |
| YUV | 99.38 | 205.67 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 237 | 0.20 | 0.89 | 0 | 0.07 | 286.29 | 0.85 | 0.52 |
| Hex | BD | 1B | ED | 14 | 59 | 0 | 7 | 11E | 55 | 34 |
| Octal | 275 | 33 | 355 | 24 | 131 | 0 | 7 | 436 | 125 | 64 |
| Binary | 10111101 | 11011 | 11101101 | 10100 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110100 |
Color Harmonies of #BD1BED
Complementary color
Monochromatic Colors of #BD1BED
Black with #BD1BED
Text Example
Text Example
White with #BD1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BED; }
p { color: rgb(189,27,237); }
H1.HeaderClassName
{
color: #BD1BED;
}
.AnyTagClassName
{
color: #BD1BED;
}
</style>
background-color css
<style>
a { background-color: #BD1BED; }
a { background-color: rgb(189,27,237); }
div.DivClassName
{
background-color: #BD1BED;
}
.BgClassName
{
background-color: #BD1BED;
}
</style>
border-color css
<style>
span { border-color: #BD1BED; }
span { border-color: rgb(189,27,237); }
td.TdClassName
{
border-color: #BD1BED;
}
.TagClassName
{
border-color: #BD1BED;
}
</style>