Shades of Medium Orchid #BD40E1
Tints of Medium Orchid #BD40E1
RGB
CMYK
RGB Variations
Color information
#BD40E1 (or 0xBD40E1) is known color: Medium Orchid. HEX triplet: BD, 40 and E1. RGB value is (189,64,225). Sum of RGB (Red+Green+Blue) = 189+64+225=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40E1 is #42BF1E. Grayscale: #777777. Windows color (decimal): -4374303 or 14762173. OLE color: 14762173.
HSL color Cylindrical-coordinate representation of color #BD40E1: hue angle of 286.58º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD40E1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 64 | 225 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.12 |
| HSL | 286.58º | 0.73% | 0.57% | - |
| HSV(B) | 286.58º | 0.72% | 0.88% | - |
| XYZ | 36.41 | 19.92 | 73.16 | - |
| YUV | 119.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 225 | 0.16 | 0.72 | 0 | 0.12 | 286.58 | 0.73 | 0.57 |
| Hex | BD | 40 | E1 | 10 | 48 | 0 | C | 11F | 49 | 39 |
| Octal | 275 | 100 | 341 | 20 | 110 | 0 | 14 | 437 | 111 | 71 |
| Binary | 10111101 | 1000000 | 11100001 | 10000 | 1001000 | 0 | 1100 | 100011111 | 1001001 | 111001 |
Color Harmonies of #BD40E1
Complementary color
Monochromatic Colors of #BD40E1
Black with #BD40E1
Text Example
Text Example
White with #BD40E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40E1; }
p { color: rgb(189,64,225); }
H1.HeaderClassName
{
color: #BD40E1;
}
.AnyTagClassName
{
color: #BD40E1;
}
</style>
background-color css
<style>
a { background-color: #BD40E1; }
a { background-color: rgb(189,64,225); }
div.DivClassName
{
background-color: #BD40E1;
}
.BgClassName
{
background-color: #BD40E1;
}
</style>
border-color css
<style>
span { border-color: #BD40E1; }
span { border-color: rgb(189,64,225); }
td.TdClassName
{
border-color: #BD40E1;
}
.TagClassName
{
border-color: #BD40E1;
}
</style>