Shades of Medium Orchid #BD66DB
Tints of Medium Orchid #BD66DB
RGB
CMYK
RGB Variations
Color information
#BD66DB (or 0xBD66DB) is known color: Medium Orchid. HEX triplet: BD, 66 and DB. RGB value is (189,102,219). Sum of RGB (Red+Green+Blue) = 189+102+219=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66DB is #429924. Grayscale: #8C8C8C. Windows color (decimal): -4364581 or 14378685. OLE color: 14378685.
HSL color Cylindrical-coordinate representation of color #BD66DB: hue angle of 284.62º degrees, saturation: 0.62, 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 #BD66DB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 102 | 219 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.14 |
| HSL | 284.62º | 0.62% | 0.63% | - |
| HSV(B) | 284.62º | 0.53% | 0.86% | - |
| XYZ | 38.52 | 25.44 | 69.9 | - |
| YUV | 141.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 219 | 0.14 | 0.53 | 0 | 0.14 | 284.62 | 0.62 | 0.63 |
| Hex | BD | 66 | DB | E | 35 | 0 | E | 11D | 3E | 3F |
| Octal | 275 | 146 | 333 | 16 | 65 | 0 | 16 | 435 | 76 | 77 |
| Binary | 10111101 | 1100110 | 11011011 | 1110 | 110101 | 0 | 1110 | 100011101 | 111110 | 111111 |
Color Harmonies of #BD66DB
Complementary color
Monochromatic Colors of #BD66DB
Black with #BD66DB
Text Example
Text Example
White with #BD66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66DB; }
p { color: rgb(189,102,219); }
H1.HeaderClassName
{
color: #BD66DB;
}
.AnyTagClassName
{
color: #BD66DB;
}
</style>
background-color css
<style>
a { background-color: #BD66DB; }
a { background-color: rgb(189,102,219); }
div.DivClassName
{
background-color: #BD66DB;
}
.BgClassName
{
background-color: #BD66DB;
}
</style>
border-color css
<style>
span { border-color: #BD66DB; }
span { border-color: rgb(189,102,219); }
td.TdClassName
{
border-color: #BD66DB;
}
.TagClassName
{
border-color: #BD66DB;
}
</style>