Shades of Medium Orchid #BD5ADF
Tints of Medium Orchid #BD5ADF
RGB
CMYK
RGB Variations
Color information
#BD5ADF (or 0xBD5ADF) is known color: Medium Orchid. HEX triplet: BD, 5A and DF. RGB value is (189,90,223). Sum of RGB (Red+Green+Blue) = 189+90+223=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD5ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ADF is #42A520. Grayscale: #868686. Windows color (decimal): -4367649 or 14637757. OLE color: 14637757.
HSL color Cylindrical-coordinate representation of color #BD5ADF: hue angle of 284.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5ADF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 90 | 223 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.13 |
| HSL | 284.66º | 0.68% | 0.61% | - |
| HSV(B) | 284.66º | 0.6% | 0.87% | - |
| XYZ | 37.96 | 23.46 | 72.34 | - |
| YUV | 134.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 223 | 0.15 | 0.60 | 0 | 0.13 | 284.66 | 0.68 | 0.61 |
| Hex | BD | 5A | DF | F | 3C | 0 | D | 11D | 44 | 3D |
| Octal | 275 | 132 | 337 | 17 | 74 | 0 | 15 | 435 | 104 | 75 |
| Binary | 10111101 | 1011010 | 11011111 | 1111 | 111100 | 0 | 1101 | 100011101 | 1000100 | 111101 |
Color Harmonies of #BD5ADF
Complementary color
Monochromatic Colors of #BD5ADF
Black with #BD5ADF
Text Example
Text Example
White with #BD5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5ADF; }
p { color: rgb(189,90,223); }
H1.HeaderClassName
{
color: #BD5ADF;
}
.AnyTagClassName
{
color: #BD5ADF;
}
</style>
background-color css
<style>
a { background-color: #BD5ADF; }
a { background-color: rgb(189,90,223); }
div.DivClassName
{
background-color: #BD5ADF;
}
.BgClassName
{
background-color: #BD5ADF;
}
</style>
border-color css
<style>
span { border-color: #BD5ADF; }
span { border-color: rgb(189,90,223); }
td.TdClassName
{
border-color: #BD5ADF;
}
.TagClassName
{
border-color: #BD5ADF;
}
</style>