Shades of Medium Orchid #BD5DE1
Tints of Medium Orchid #BD5DE1
RGB
CMYK
RGB Variations
Color information
#BD5DE1 (or 0xBD5DE1) is known color: Medium Orchid. HEX triplet: BD, 5D and E1. RGB value is (189,93,225). Sum of RGB (Red+Green+Blue) = 189+93+225=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD5DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DE1 is #42A21E. Grayscale: #888888. Windows color (decimal): -4366879 or 14769597. OLE color: 14769597.
HSL color Cylindrical-coordinate representation of color #BD5DE1: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5DE1 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 93 | 225 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.12 |
| HSL | 283.64º | 0.69% | 0.62% | - |
| HSV(B) | 283.64º | 0.59% | 0.88% | - |
| XYZ | 38.49 | 24.08 | 73.85 | - |
| YUV | 136.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 225 | 0.16 | 0.59 | 0 | 0.12 | 283.64 | 0.69 | 0.62 |
| Hex | BD | 5D | E1 | 10 | 3B | 0 | C | 11C | 45 | 3E |
| Octal | 275 | 135 | 341 | 20 | 73 | 0 | 14 | 434 | 105 | 76 |
| Binary | 10111101 | 1011101 | 11100001 | 10000 | 111011 | 0 | 1100 | 100011100 | 1000101 | 111110 |
Color Harmonies of #BD5DE1
Complementary color
Monochromatic Colors of #BD5DE1
Black with #BD5DE1
Text Example
Text Example
White with #BD5DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DE1; }
p { color: rgb(189,93,225); }
H1.HeaderClassName
{
color: #BD5DE1;
}
.AnyTagClassName
{
color: #BD5DE1;
}
</style>
background-color css
<style>
a { background-color: #BD5DE1; }
a { background-color: rgb(189,93,225); }
div.DivClassName
{
background-color: #BD5DE1;
}
.BgClassName
{
background-color: #BD5DE1;
}
</style>
border-color css
<style>
span { border-color: #BD5DE1; }
span { border-color: rgb(189,93,225); }
td.TdClassName
{
border-color: #BD5DE1;
}
.TagClassName
{
border-color: #BD5DE1;
}
</style>