Shades of Medium Orchid #BD67DF
Tints of Medium Orchid #BD67DF
RGB
CMYK
RGB Variations
Color information
#BD67DF (or 0xBD67DF) is known color: Medium Orchid. HEX triplet: BD, 67 and DF. RGB value is (189,103,223). Sum of RGB (Red+Green+Blue) = 189+103+223=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67DF is #429820. Grayscale: #8E8E8E. Windows color (decimal): -4364321 or 14641085. OLE color: 14641085.
HSL color Cylindrical-coordinate representation of color #BD67DF: hue angle of 283º 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 #BD67DF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 103 | 223 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 283º | 0.65% | 0.64% | - |
| HSV(B) | 283º | 0.54% | 0.87% | - |
| XYZ | 39.16 | 25.85 | 72.74 | - |
| YUV | 142.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 223 | 0.15 | 0.54 | 0 | 0.13 | 283 | 0.65 | 0.64 |
| Hex | BD | 67 | DF | F | 36 | 0 | D | 11B | 41 | 40 |
| Octal | 275 | 147 | 337 | 17 | 66 | 0 | 15 | 433 | 101 | 100 |
| Binary | 10111101 | 1100111 | 11011111 | 1111 | 110110 | 0 | 1101 | 100011011 | 1000001 | 1000000 |
Color Harmonies of #BD67DF
Complementary color
Monochromatic Colors of #BD67DF
Black with #BD67DF
Text Example
Text Example
White with #BD67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67DF; }
p { color: rgb(189,103,223); }
H1.HeaderClassName
{
color: #BD67DF;
}
.AnyTagClassName
{
color: #BD67DF;
}
</style>
background-color css
<style>
a { background-color: #BD67DF; }
a { background-color: rgb(189,103,223); }
div.DivClassName
{
background-color: #BD67DF;
}
.BgClassName
{
background-color: #BD67DF;
}
</style>
border-color css
<style>
span { border-color: #BD67DF; }
span { border-color: rgb(189,103,223); }
td.TdClassName
{
border-color: #BD67DF;
}
.TagClassName
{
border-color: #BD67DF;
}
</style>