Shades of Medium Orchid #BD66DF
Tints of Medium Orchid #BD66DF
RGB
CMYK
RGB Variations
Color information
#BD66DF (or 0xBD66DF) is known color: Medium Orchid. HEX triplet: BD, 66 and DF. RGB value is (189,102,223). Sum of RGB (Red+Green+Blue) = 189+102+223=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66DF is #429920. Grayscale: #8D8D8D. Windows color (decimal): -4364577 or 14640829. OLE color: 14640829.
HSL color Cylindrical-coordinate representation of color #BD66DF: hue angle of 283.14º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD66DF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 102 | 223 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 283.14º | 0.65% | 0.64% | - |
| HSV(B) | 283.14º | 0.54% | 0.87% | - |
| XYZ | 39.06 | 25.65 | 72.7 | - |
| YUV | 141.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 223 | 0.15 | 0.54 | 0 | 0.13 | 283.14 | 0.65 | 0.64 |
| Hex | BD | 66 | DF | F | 36 | 0 | D | 11B | 41 | 40 |
| Octal | 275 | 146 | 337 | 17 | 66 | 0 | 15 | 433 | 101 | 100 |
| Binary | 10111101 | 1100110 | 11011111 | 1111 | 110110 | 0 | 1101 | 100011011 | 1000001 | 1000000 |
Color Harmonies of #BD66DF
Complementary color
Monochromatic Colors of #BD66DF
Black with #BD66DF
Text Example
Text Example
White with #BD66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66DF; }
p { color: rgb(189,102,223); }
H1.HeaderClassName
{
color: #BD66DF;
}
.AnyTagClassName
{
color: #BD66DF;
}
</style>
background-color css
<style>
a { background-color: #BD66DF; }
a { background-color: rgb(189,102,223); }
div.DivClassName
{
background-color: #BD66DF;
}
.BgClassName
{
background-color: #BD66DF;
}
</style>
border-color css
<style>
span { border-color: #BD66DF; }
span { border-color: rgb(189,102,223); }
td.TdClassName
{
border-color: #BD66DF;
}
.TagClassName
{
border-color: #BD66DF;
}
</style>