Shades of Medium Orchid #BD5DDA
Tints of Medium Orchid #BD5DDA
RGB
CMYK
RGB Variations
Color information
#BD5DDA (or 0xBD5DDA) is known color: Medium Orchid. HEX triplet: BD, 5D and DA. RGB value is (189,93,218). Sum of RGB (Red+Green+Blue) = 189+93+218=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DDA is #42A225. Grayscale: #878787. Windows color (decimal): -4366886 or 14310845. OLE color: 14310845.
HSL color Cylindrical-coordinate representation of color #BD5DDA: hue angle of 286.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5DDA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 93 | 218 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.15 |
| HSL | 286.08º | 0.63% | 0.61% | - |
| HSV(B) | 286.08º | 0.57% | 0.85% | - |
| XYZ | 37.56 | 23.71 | 68.93 | - |
| YUV | 135.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 218 | 0.13 | 0.57 | 0 | 0.15 | 286.08 | 0.63 | 0.61 |
| Hex | BD | 5D | DA | D | 39 | 0 | F | 11E | 3F | 3D |
| Octal | 275 | 135 | 332 | 15 | 71 | 0 | 17 | 436 | 77 | 75 |
| Binary | 10111101 | 1011101 | 11011010 | 1101 | 111001 | 0 | 1111 | 100011110 | 111111 | 111101 |
Color Harmonies of #BD5DDA
Complementary color
Monochromatic Colors of #BD5DDA
Black with #BD5DDA
Text Example
Text Example
White with #BD5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DDA; }
p { color: rgb(189,93,218); }
H1.HeaderClassName
{
color: #BD5DDA;
}
.AnyTagClassName
{
color: #BD5DDA;
}
</style>
background-color css
<style>
a { background-color: #BD5DDA; }
a { background-color: rgb(189,93,218); }
div.DivClassName
{
background-color: #BD5DDA;
}
.BgClassName
{
background-color: #BD5DDA;
}
</style>
border-color css
<style>
span { border-color: #BD5DDA; }
span { border-color: rgb(189,93,218); }
td.TdClassName
{
border-color: #BD5DDA;
}
.TagClassName
{
border-color: #BD5DDA;
}
</style>