Shades of Medium Orchid #BD5EDF
Tints of Medium Orchid #BD5EDF
RGB
CMYK
RGB Variations
Color information
#BD5EDF (or 0xBD5EDF) is known color: Medium Orchid. HEX triplet: BD, 5E and DF. RGB value is (189,94,223). Sum of RGB (Red+Green+Blue) = 189+94+223=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EDF is #42A120. Grayscale: #888888. Windows color (decimal): -4366625 or 14638781. OLE color: 14638781.
HSL color Cylindrical-coordinate representation of color #BD5EDF: hue angle of 284.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5EDF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 94 | 223 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.13 |
| HSL | 284.19º | 0.67% | 0.62% | - |
| HSV(B) | 284.19º | 0.58% | 0.87% | - |
| XYZ | 38.31 | 24.15 | 72.45 | - |
| YUV | 137.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 223 | 0.15 | 0.58 | 0 | 0.13 | 284.19 | 0.67 | 0.62 |
| Hex | BD | 5E | DF | F | 3A | 0 | D | 11C | 43 | 3E |
| Octal | 275 | 136 | 337 | 17 | 72 | 0 | 15 | 434 | 103 | 76 |
| Binary | 10111101 | 1011110 | 11011111 | 1111 | 111010 | 0 | 1101 | 100011100 | 1000011 | 111110 |
Color Harmonies of #BD5EDF
Complementary color
Monochromatic Colors of #BD5EDF
Black with #BD5EDF
Text Example
Text Example
White with #BD5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EDF; }
p { color: rgb(189,94,223); }
H1.HeaderClassName
{
color: #BD5EDF;
}
.AnyTagClassName
{
color: #BD5EDF;
}
</style>
background-color css
<style>
a { background-color: #BD5EDF; }
a { background-color: rgb(189,94,223); }
div.DivClassName
{
background-color: #BD5EDF;
}
.BgClassName
{
background-color: #BD5EDF;
}
</style>
border-color css
<style>
span { border-color: #BD5EDF; }
span { border-color: rgb(189,94,223); }
td.TdClassName
{
border-color: #BD5EDF;
}
.TagClassName
{
border-color: #BD5EDF;
}
</style>