Shades of Medium Orchid #BD67DE
Tints of Medium Orchid #BD67DE
RGB
CMYK
RGB Variations
Color information
#BD67DE (or 0xBD67DE) is known color: Medium Orchid. HEX triplet: BD, 67 and DE. RGB value is (189,103,222). Sum of RGB (Red+Green+Blue) = 189+103+222=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67DE is #429821. Grayscale: #8D8D8D. Windows color (decimal): -4364322 or 14575549. OLE color: 14575549.
HSL color Cylindrical-coordinate representation of color #BD67DE: hue angle of 283.36º degrees, saturation: 0.64, 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 #BD67DE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 103 | 222 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 283.36º | 0.64% | 0.64% | - |
| HSV(B) | 283.36º | 0.54% | 0.87% | - |
| XYZ | 39.02 | 25.79 | 72.03 | - |
| YUV | 142.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 222 | 0.15 | 0.54 | 0 | 0.13 | 283.36 | 0.64 | 0.64 |
| Hex | BD | 67 | DE | F | 36 | 0 | D | 11B | 40 | 40 |
| Octal | 275 | 147 | 336 | 17 | 66 | 0 | 15 | 433 | 100 | 100 |
| Binary | 10111101 | 1100111 | 11011110 | 1111 | 110110 | 0 | 1101 | 100011011 | 1000000 | 1000000 |
Color Harmonies of #BD67DE
Complementary color
Monochromatic Colors of #BD67DE
Black with #BD67DE
Text Example
Text Example
White with #BD67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67DE; }
p { color: rgb(189,103,222); }
H1.HeaderClassName
{
color: #BD67DE;
}
.AnyTagClassName
{
color: #BD67DE;
}
</style>
background-color css
<style>
a { background-color: #BD67DE; }
a { background-color: rgb(189,103,222); }
div.DivClassName
{
background-color: #BD67DE;
}
.BgClassName
{
background-color: #BD67DE;
}
</style>
border-color css
<style>
span { border-color: #BD67DE; }
span { border-color: rgb(189,103,222); }
td.TdClassName
{
border-color: #BD67DE;
}
.TagClassName
{
border-color: #BD67DE;
}
</style>