Shades of Medium Orchid #BD5CDA
Tints of Medium Orchid #BD5CDA
RGB
CMYK
RGB Variations
Color information
#BD5CDA (or 0xBD5CDA) is known color: Medium Orchid. HEX triplet: BD, 5C and DA. RGB value is (189,92,218). Sum of RGB (Red+Green+Blue) = 189+92+218=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CDA is #42A325. Grayscale: #868686. Windows color (decimal): -4367142 or 14310589. OLE color: 14310589.
HSL color Cylindrical-coordinate representation of color #BD5CDA: hue angle of 286.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5CDA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 92 | 218 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.15 |
| HSL | 286.19º | 0.63% | 0.61% | - |
| HSV(B) | 286.19º | 0.58% | 0.85% | - |
| XYZ | 37.47 | 23.54 | 68.9 | - |
| YUV | 135.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 218 | 0.13 | 0.58 | 0 | 0.15 | 286.19 | 0.63 | 0.61 |
| Hex | BD | 5C | DA | D | 3A | 0 | F | 11E | 3F | 3D |
| Octal | 275 | 134 | 332 | 15 | 72 | 0 | 17 | 436 | 77 | 75 |
| Binary | 10111101 | 1011100 | 11011010 | 1101 | 111010 | 0 | 1111 | 100011110 | 111111 | 111101 |
Color Harmonies of #BD5CDA
Complementary color
Monochromatic Colors of #BD5CDA
Black with #BD5CDA
Text Example
Text Example
White with #BD5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CDA; }
p { color: rgb(189,92,218); }
H1.HeaderClassName
{
color: #BD5CDA;
}
.AnyTagClassName
{
color: #BD5CDA;
}
</style>
background-color css
<style>
a { background-color: #BD5CDA; }
a { background-color: rgb(189,92,218); }
div.DivClassName
{
background-color: #BD5CDA;
}
.BgClassName
{
background-color: #BD5CDA;
}
</style>
border-color css
<style>
span { border-color: #BD5CDA; }
span { border-color: rgb(189,92,218); }
td.TdClassName
{
border-color: #BD5CDA;
}
.TagClassName
{
border-color: #BD5CDA;
}
</style>