Shades of Medium Orchid #BD6FDF
Tints of Medium Orchid #BD6FDF
RGB
CMYK
RGB Variations
Color information
#BD6FDF (or 0xBD6FDF) is known color: Medium Orchid. HEX triplet: BD, 6F and DF. RGB value is (189,111,223). Sum of RGB (Red+Green+Blue) = 189+111+223=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FDF is #429020. Grayscale: #929292. Windows color (decimal): -4362273 or 14643133. OLE color: 14643133.
HSL color Cylindrical-coordinate representation of color #BD6FDF: hue angle of 281.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6FDF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 111 | 223 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.13 |
| HSL | 281.79º | 0.64% | 0.65% | - |
| HSV(B) | 281.79º | 0.5% | 0.87% | - |
| XYZ | 39.99 | 27.52 | 73.02 | - |
| YUV | 147.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 223 | 0.15 | 0.50 | 0 | 0.13 | 281.79 | 0.64 | 0.65 |
| Hex | BD | 6F | DF | F | 32 | 0 | D | 11A | 40 | 41 |
| Octal | 275 | 157 | 337 | 17 | 62 | 0 | 15 | 432 | 100 | 101 |
| Binary | 10111101 | 1101111 | 11011111 | 1111 | 110010 | 0 | 1101 | 100011010 | 1000000 | 1000001 |
Color Harmonies of #BD6FDF
Complementary color
Monochromatic Colors of #BD6FDF
Black with #BD6FDF
Text Example
Text Example
White with #BD6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FDF; }
p { color: rgb(189,111,223); }
H1.HeaderClassName
{
color: #BD6FDF;
}
.AnyTagClassName
{
color: #BD6FDF;
}
</style>
background-color css
<style>
a { background-color: #BD6FDF; }
a { background-color: rgb(189,111,223); }
div.DivClassName
{
background-color: #BD6FDF;
}
.BgClassName
{
background-color: #BD6FDF;
}
</style>
border-color css
<style>
span { border-color: #BD6FDF; }
span { border-color: rgb(189,111,223); }
td.TdClassName
{
border-color: #BD6FDF;
}
.TagClassName
{
border-color: #BD6FDF;
}
</style>