Shades of Medium Orchid #BD64DB
Tints of Medium Orchid #BD64DB
RGB
CMYK
RGB Variations
Color information
#BD64DB (or 0xBD64DB) is known color: Medium Orchid. HEX triplet: BD, 64 and DB. RGB value is (189,100,219). Sum of RGB (Red+Green+Blue) = 189+100+219=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64DB is #429B24. Grayscale: #8B8B8B. Windows color (decimal): -4365093 or 14378173. OLE color: 14378173.
HSL color Cylindrical-coordinate representation of color #BD64DB: hue angle of 284.87º 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 #BD64DB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 100 | 219 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.14 |
| HSL | 284.87º | 0.62% | 0.63% | - |
| HSV(B) | 284.87º | 0.54% | 0.86% | - |
| XYZ | 38.33 | 25.05 | 69.83 | - |
| YUV | 140.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 219 | 0.14 | 0.54 | 0 | 0.14 | 284.87 | 0.62 | 0.63 |
| Hex | BD | 64 | DB | E | 36 | 0 | E | 11D | 3E | 3F |
| Octal | 275 | 144 | 333 | 16 | 66 | 0 | 16 | 435 | 76 | 77 |
| Binary | 10111101 | 1100100 | 11011011 | 1110 | 110110 | 0 | 1110 | 100011101 | 111110 | 111111 |
Color Harmonies of #BD64DB
Complementary color
Monochromatic Colors of #BD64DB
Black with #BD64DB
Text Example
Text Example
White with #BD64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64DB; }
p { color: rgb(189,100,219); }
H1.HeaderClassName
{
color: #BD64DB;
}
.AnyTagClassName
{
color: #BD64DB;
}
</style>
background-color css
<style>
a { background-color: #BD64DB; }
a { background-color: rgb(189,100,219); }
div.DivClassName
{
background-color: #BD64DB;
}
.BgClassName
{
background-color: #BD64DB;
}
</style>
border-color css
<style>
span { border-color: #BD64DB; }
span { border-color: rgb(189,100,219); }
td.TdClassName
{
border-color: #BD64DB;
}
.TagClassName
{
border-color: #BD64DB;
}
</style>