Shades of Medium Orchid #BD63DB
Tints of Medium Orchid #BD63DB
RGB
CMYK
RGB Variations
Color information
#BD63DB (or 0xBD63DB) is known color: Medium Orchid. HEX triplet: BD, 63 and DB. RGB value is (189,99,219). Sum of RGB (Red+Green+Blue) = 189+99+219=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63DB is #429C24. Grayscale: #8B8B8B. Windows color (decimal): -4365349 or 14377917. OLE color: 14377917.
HSL color Cylindrical-coordinate representation of color #BD63DB: hue angle of 285º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD63DB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 99 | 219 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.14 |
| HSL | 285º | 0.63% | 0.62% | - |
| HSV(B) | 285º | 0.55% | 0.86% | - |
| XYZ | 38.23 | 24.86 | 69.8 | - |
| YUV | 139.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 219 | 0.14 | 0.55 | 0 | 0.14 | 285 | 0.63 | 0.62 |
| Hex | BD | 63 | DB | E | 37 | 0 | E | 11D | 3E | 3E |
| Octal | 275 | 143 | 333 | 16 | 67 | 0 | 16 | 435 | 76 | 76 |
| Binary | 10111101 | 1100011 | 11011011 | 1110 | 110111 | 0 | 1110 | 100011101 | 111110 | 111110 |
Color Harmonies of #BD63DB
Complementary color
Monochromatic Colors of #BD63DB
Black with #BD63DB
Text Example
Text Example
White with #BD63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63DB; }
p { color: rgb(189,99,219); }
H1.HeaderClassName
{
color: #BD63DB;
}
.AnyTagClassName
{
color: #BD63DB;
}
</style>
background-color css
<style>
a { background-color: #BD63DB; }
a { background-color: rgb(189,99,219); }
div.DivClassName
{
background-color: #BD63DB;
}
.BgClassName
{
background-color: #BD63DB;
}
</style>
border-color css
<style>
span { border-color: #BD63DB; }
span { border-color: rgb(189,99,219); }
td.TdClassName
{
border-color: #BD63DB;
}
.TagClassName
{
border-color: #BD63DB;
}
</style>