Shades of Medium Orchid #BD65DB
Tints of Medium Orchid #BD65DB
RGB
CMYK
RGB Variations
Color information
#BD65DB (or 0xBD65DB) is known color: Medium Orchid. HEX triplet: BD, 65 and DB. RGB value is (189,101,219). Sum of RGB (Red+Green+Blue) = 189+101+219=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65DB is #429A24. Grayscale: #8C8C8C. Windows color (decimal): -4364837 or 14378429. OLE color: 14378429.
HSL color Cylindrical-coordinate representation of color #BD65DB: hue angle of 284.75º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD65DB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 101 | 219 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.14 |
| HSL | 284.75º | 0.62% | 0.63% | - |
| HSV(B) | 284.75º | 0.54% | 0.86% | - |
| XYZ | 38.43 | 25.24 | 69.86 | - |
| YUV | 140.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 219 | 0.14 | 0.54 | 0 | 0.14 | 284.75 | 0.62 | 0.63 |
| Hex | BD | 65 | DB | E | 36 | 0 | E | 11D | 3E | 3F |
| Octal | 275 | 145 | 333 | 16 | 66 | 0 | 16 | 435 | 76 | 77 |
| Binary | 10111101 | 1100101 | 11011011 | 1110 | 110110 | 0 | 1110 | 100011101 | 111110 | 111111 |
Color Harmonies of #BD65DB
Complementary color
Monochromatic Colors of #BD65DB
Black with #BD65DB
Text Example
Text Example
White with #BD65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65DB; }
p { color: rgb(189,101,219); }
H1.HeaderClassName
{
color: #BD65DB;
}
.AnyTagClassName
{
color: #BD65DB;
}
</style>
background-color css
<style>
a { background-color: #BD65DB; }
a { background-color: rgb(189,101,219); }
div.DivClassName
{
background-color: #BD65DB;
}
.BgClassName
{
background-color: #BD65DB;
}
</style>
border-color css
<style>
span { border-color: #BD65DB; }
span { border-color: rgb(189,101,219); }
td.TdClassName
{
border-color: #BD65DB;
}
.TagClassName
{
border-color: #BD65DB;
}
</style>