Shades of Medium Orchid #BD68DB
Tints of Medium Orchid #BD68DB
RGB
CMYK
RGB Variations
Color information
#BD68DB (or 0xBD68DB) is known color: Medium Orchid. HEX triplet: BD, 68 and DB. RGB value is (189,104,219). Sum of RGB (Red+Green+Blue) = 189+104+219=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68DB is #429724. Grayscale: #8E8E8E. Windows color (decimal): -4364069 or 14379197. OLE color: 14379197.
HSL color Cylindrical-coordinate representation of color #BD68DB: hue angle of 284.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD68DB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 104 | 219 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.14 |
| HSL | 284.35º | 0.61% | 0.63% | - |
| HSV(B) | 284.35º | 0.53% | 0.86% | - |
| XYZ | 38.72 | 25.83 | 69.96 | - |
| YUV | 142.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 219 | 0.14 | 0.53 | 0 | 0.14 | 284.35 | 0.61 | 0.63 |
| Hex | BD | 68 | DB | E | 35 | 0 | E | 11C | 3D | 3F |
| Octal | 275 | 150 | 333 | 16 | 65 | 0 | 16 | 434 | 75 | 77 |
| Binary | 10111101 | 1101000 | 11011011 | 1110 | 110101 | 0 | 1110 | 100011100 | 111101 | 111111 |
Color Harmonies of #BD68DB
Complementary color
Monochromatic Colors of #BD68DB
Black with #BD68DB
Text Example
Text Example
White with #BD68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68DB; }
p { color: rgb(189,104,219); }
H1.HeaderClassName
{
color: #BD68DB;
}
.AnyTagClassName
{
color: #BD68DB;
}
</style>
background-color css
<style>
a { background-color: #BD68DB; }
a { background-color: rgb(189,104,219); }
div.DivClassName
{
background-color: #BD68DB;
}
.BgClassName
{
background-color: #BD68DB;
}
</style>
border-color css
<style>
span { border-color: #BD68DB; }
span { border-color: rgb(189,104,219); }
td.TdClassName
{
border-color: #BD68DB;
}
.TagClassName
{
border-color: #BD68DB;
}
</style>