Shades of Medium Orchid #BD69DF
Tints of Medium Orchid #BD69DF
RGB
CMYK
RGB Variations
Color information
#BD69DF (or 0xBD69DF) is known color: Medium Orchid. HEX triplet: BD, 69 and DF. RGB value is (189,105,223). Sum of RGB (Red+Green+Blue) = 189+105+223=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69DF is #429620. Grayscale: #8F8F8F. Windows color (decimal): -4363809 or 14641597. OLE color: 14641597.
HSL color Cylindrical-coordinate representation of color #BD69DF: hue angle of 282.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD69DF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 105 | 223 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.13 |
| HSL | 282.71º | 0.65% | 0.64% | - |
| HSV(B) | 282.71º | 0.53% | 0.87% | - |
| XYZ | 39.36 | 26.25 | 72.8 | - |
| YUV | 143.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 223 | 0.15 | 0.53 | 0 | 0.13 | 282.71 | 0.65 | 0.64 |
| Hex | BD | 69 | DF | F | 35 | 0 | D | 11B | 41 | 40 |
| Octal | 275 | 151 | 337 | 17 | 65 | 0 | 15 | 433 | 101 | 100 |
| Binary | 10111101 | 1101001 | 11011111 | 1111 | 110101 | 0 | 1101 | 100011011 | 1000001 | 1000000 |
Color Harmonies of #BD69DF
Complementary color
Monochromatic Colors of #BD69DF
Black with #BD69DF
Text Example
Text Example
White with #BD69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69DF; }
p { color: rgb(189,105,223); }
H1.HeaderClassName
{
color: #BD69DF;
}
.AnyTagClassName
{
color: #BD69DF;
}
</style>
background-color css
<style>
a { background-color: #BD69DF; }
a { background-color: rgb(189,105,223); }
div.DivClassName
{
background-color: #BD69DF;
}
.BgClassName
{
background-color: #BD69DF;
}
</style>
border-color css
<style>
span { border-color: #BD69DF; }
span { border-color: rgb(189,105,223); }
td.TdClassName
{
border-color: #BD69DF;
}
.TagClassName
{
border-color: #BD69DF;
}
</style>