Shades of Medium Orchid #BD5DE5
Tints of Medium Orchid #BD5DE5
RGB
CMYK
RGB Variations
Color information
#BD5DE5 (or 0xBD5DE5) is known color: Medium Orchid. HEX triplet: BD, 5D and E5. RGB value is (189,93,229). Sum of RGB (Red+Green+Blue) = 189+93+229=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD5DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DE5 is #42A21A. Grayscale: #888888. Windows color (decimal): -4366875 or 15031741. OLE color: 15031741.
HSL color Cylindrical-coordinate representation of color #BD5DE5: hue angle of 282.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5DE5 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 93 | 229 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.10 |
| HSL | 282.35º | 0.72% | 0.63% | - |
| HSV(B) | 282.35º | 0.59% | 0.9% | - |
| XYZ | 39.04 | 24.3 | 76.76 | - |
| YUV | 137.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 229 | 0.17 | 0.59 | 0 | 0.10 | 282.35 | 0.72 | 0.63 |
| Hex | BD | 5D | E5 | 11 | 3B | 0 | A | 11A | 48 | 3F |
| Octal | 275 | 135 | 345 | 21 | 73 | 0 | 12 | 432 | 110 | 77 |
| Binary | 10111101 | 1011101 | 11100101 | 10001 | 111011 | 0 | 1010 | 100011010 | 1001000 | 111111 |
Color Harmonies of #BD5DE5
Complementary color
Monochromatic Colors of #BD5DE5
Black with #BD5DE5
Text Example
Text Example
White with #BD5DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DE5; }
p { color: rgb(189,93,229); }
H1.HeaderClassName
{
color: #BD5DE5;
}
.AnyTagClassName
{
color: #BD5DE5;
}
</style>
background-color css
<style>
a { background-color: #BD5DE5; }
a { background-color: rgb(189,93,229); }
div.DivClassName
{
background-color: #BD5DE5;
}
.BgClassName
{
background-color: #BD5DE5;
}
</style>
border-color css
<style>
span { border-color: #BD5DE5; }
span { border-color: rgb(189,93,229); }
td.TdClassName
{
border-color: #BD5DE5;
}
.TagClassName
{
border-color: #BD5DE5;
}
</style>