Shades of Medium Orchid #BD68DD
Tints of Medium Orchid #BD68DD
RGB
CMYK
RGB Variations
Color information
#BD68DD (or 0xBD68DD) is known color: Medium Orchid. HEX triplet: BD, 68 and DD. RGB value is (189,104,221). Sum of RGB (Red+Green+Blue) = 189+104+221=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68DD is #429722. Grayscale: #8E8E8E. Windows color (decimal): -4364067 or 14510269. OLE color: 14510269.
HSL color Cylindrical-coordinate representation of color #BD68DD: hue angle of 283.59º degrees, saturation: 0.63, 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 #BD68DD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 104 | 221 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.13 |
| HSL | 283.59º | 0.63% | 0.64% | - |
| HSV(B) | 283.59º | 0.53% | 0.87% | - |
| XYZ | 38.99 | 25.94 | 71.36 | - |
| YUV | 142.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 221 | 0.14 | 0.53 | 0 | 0.13 | 283.59 | 0.63 | 0.64 |
| Hex | BD | 68 | DD | E | 35 | 0 | D | 11C | 3F | 40 |
| Octal | 275 | 150 | 335 | 16 | 65 | 0 | 15 | 434 | 77 | 100 |
| Binary | 10111101 | 1101000 | 11011101 | 1110 | 110101 | 0 | 1101 | 100011100 | 111111 | 1000000 |
Color Harmonies of #BD68DD
Complementary color
Monochromatic Colors of #BD68DD
Black with #BD68DD
Text Example
Text Example
White with #BD68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68DD; }
p { color: rgb(189,104,221); }
H1.HeaderClassName
{
color: #BD68DD;
}
.AnyTagClassName
{
color: #BD68DD;
}
</style>
background-color css
<style>
a { background-color: #BD68DD; }
a { background-color: rgb(189,104,221); }
div.DivClassName
{
background-color: #BD68DD;
}
.BgClassName
{
background-color: #BD68DD;
}
</style>
border-color css
<style>
span { border-color: #BD68DD; }
span { border-color: rgb(189,104,221); }
td.TdClassName
{
border-color: #BD68DD;
}
.TagClassName
{
border-color: #BD68DD;
}
</style>