Shades of Medium Orchid #BD5DEA
Tints of Medium Orchid #BD5DEA
RGB
CMYK
RGB Variations
Color information
#BD5DEA (or 0xBD5DEA) is known color: Medium Orchid. HEX triplet: BD, 5D and EA. RGB value is (189,93,234). Sum of RGB (Red+Green+Blue) = 189+93+234=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DEA is #42A215. Grayscale: #898989. Windows color (decimal): -4366870 or 15359421. OLE color: 15359421.
HSL color Cylindrical-coordinate representation of color #BD5DEA: hue angle of 280.85º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5DEA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 93 | 234 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.08 |
| HSL | 280.85º | 0.77% | 0.64% | - |
| HSV(B) | 280.85º | 0.6% | 0.92% | - |
| XYZ | 39.75 | 24.59 | 80.49 | - |
| YUV | 137.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 234 | 0.19 | 0.60 | 0 | 0.08 | 280.85 | 0.77 | 0.64 |
| Hex | BD | 5D | EA | 13 | 3C | 0 | 8 | 119 | 4D | 40 |
| Octal | 275 | 135 | 352 | 23 | 74 | 0 | 10 | 431 | 115 | 100 |
| Binary | 10111101 | 1011101 | 11101010 | 10011 | 111100 | 0 | 1000 | 100011001 | 1001101 | 1000000 |
Color Harmonies of #BD5DEA
Complementary color
Monochromatic Colors of #BD5DEA
Black with #BD5DEA
Text Example
Text Example
White with #BD5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DEA; }
p { color: rgb(189,93,234); }
H1.HeaderClassName
{
color: #BD5DEA;
}
.AnyTagClassName
{
color: #BD5DEA;
}
</style>
background-color css
<style>
a { background-color: #BD5DEA; }
a { background-color: rgb(189,93,234); }
div.DivClassName
{
background-color: #BD5DEA;
}
.BgClassName
{
background-color: #BD5DEA;
}
</style>
border-color css
<style>
span { border-color: #BD5DEA; }
span { border-color: rgb(189,93,234); }
td.TdClassName
{
border-color: #BD5DEA;
}
.TagClassName
{
border-color: #BD5DEA;
}
</style>