Shades of Medium Orchid #BD3EE4
Tints of Medium Orchid #BD3EE4
RGB
CMYK
RGB Variations
Color information
#BD3EE4 (or 0xBD3EE4) is known color: Medium Orchid. HEX triplet: BD, 3E and E4. RGB value is (189,62,228). Sum of RGB (Red+Green+Blue) = 189+62+228=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD3EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EE4 is #42C11B. Grayscale: #767676. Windows color (decimal): -4374812 or 14958269. OLE color: 14958269.
HSL color Cylindrical-coordinate representation of color #BD3EE4: hue angle of 285.9º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3EE4 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 62 | 228 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.11 |
| HSL | 285.9º | 0.75% | 0.57% | - |
| HSV(B) | 285.9º | 0.73% | 0.89% | - |
| XYZ | 36.71 | 19.87 | 75.3 | - |
| YUV | 118.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 228 | 0.17 | 0.73 | 0 | 0.11 | 285.9 | 0.75 | 0.57 |
| Hex | BD | 3E | E4 | 11 | 49 | 0 | B | 11E | 4B | 39 |
| Octal | 275 | 76 | 344 | 21 | 111 | 0 | 13 | 436 | 113 | 71 |
| Binary | 10111101 | 111110 | 11100100 | 10001 | 1001001 | 0 | 1011 | 100011110 | 1001011 | 111001 |
Color Harmonies of #BD3EE4
Complementary color
Monochromatic Colors of #BD3EE4
Black with #BD3EE4
Text Example
Text Example
White with #BD3EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EE4; }
p { color: rgb(189,62,228); }
H1.HeaderClassName
{
color: #BD3EE4;
}
.AnyTagClassName
{
color: #BD3EE4;
}
</style>
background-color css
<style>
a { background-color: #BD3EE4; }
a { background-color: rgb(189,62,228); }
div.DivClassName
{
background-color: #BD3EE4;
}
.BgClassName
{
background-color: #BD3EE4;
}
</style>
border-color css
<style>
span { border-color: #BD3EE4; }
span { border-color: rgb(189,62,228); }
td.TdClassName
{
border-color: #BD3EE4;
}
.TagClassName
{
border-color: #BD3EE4;
}
</style>