Shades of Medium Orchid #BD62DB
Tints of Medium Orchid #BD62DB
RGB
CMYK
RGB Variations
Color information
#BD62DB (or 0xBD62DB) is known color: Medium Orchid. HEX triplet: BD, 62 and DB. RGB value is (189,98,219). Sum of RGB (Red+Green+Blue) = 189+98+219=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62DB is #429D24. Grayscale: #8A8A8A. Windows color (decimal): -4365605 or 14377661. OLE color: 14377661.
HSL color Cylindrical-coordinate representation of color #BD62DB: hue angle of 285.12º degrees, saturation: 0.63, 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 #BD62DB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 98 | 219 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.14 |
| HSL | 285.12º | 0.63% | 0.62% | - |
| HSV(B) | 285.12º | 0.55% | 0.86% | - |
| XYZ | 38.14 | 24.67 | 69.77 | - |
| YUV | 139 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 219 | 0.14 | 0.55 | 0 | 0.14 | 285.12 | 0.63 | 0.62 |
| Hex | BD | 62 | DB | E | 37 | 0 | E | 11D | 3F | 3E |
| Octal | 275 | 142 | 333 | 16 | 67 | 0 | 16 | 435 | 77 | 76 |
| Binary | 10111101 | 1100010 | 11011011 | 1110 | 110111 | 0 | 1110 | 100011101 | 111111 | 111110 |
Color Harmonies of #BD62DB
Complementary color
Monochromatic Colors of #BD62DB
Black with #BD62DB
Text Example
Text Example
White with #BD62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62DB; }
p { color: rgb(189,98,219); }
H1.HeaderClassName
{
color: #BD62DB;
}
.AnyTagClassName
{
color: #BD62DB;
}
</style>
background-color css
<style>
a { background-color: #BD62DB; }
a { background-color: rgb(189,98,219); }
div.DivClassName
{
background-color: #BD62DB;
}
.BgClassName
{
background-color: #BD62DB;
}
</style>
border-color css
<style>
span { border-color: #BD62DB; }
span { border-color: rgb(189,98,219); }
td.TdClassName
{
border-color: #BD62DB;
}
.TagClassName
{
border-color: #BD62DB;
}
</style>