Shades of Medium Orchid #BD60DB
Tints of Medium Orchid #BD60DB
RGB
CMYK
RGB Variations
Color information
#BD60DB (or 0xBD60DB) is known color: Medium Orchid. HEX triplet: BD, 60 and DB. RGB value is (189,96,219). Sum of RGB (Red+Green+Blue) = 189+96+219=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60DB is #429F24. Grayscale: #898989. Windows color (decimal): -4366117 or 14377149. OLE color: 14377149.
HSL color Cylindrical-coordinate representation of color #BD60DB: hue angle of 285.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD60DB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 96 | 219 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.14 |
| HSL | 285.37º | 0.63% | 0.62% | - |
| HSV(B) | 285.37º | 0.56% | 0.86% | - |
| XYZ | 37.96 | 24.3 | 69.71 | - |
| YUV | 137.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 219 | 0.14 | 0.56 | 0 | 0.14 | 285.37 | 0.63 | 0.62 |
| Hex | BD | 60 | DB | E | 38 | 0 | E | 11D | 3F | 3E |
| Octal | 275 | 140 | 333 | 16 | 70 | 0 | 16 | 435 | 77 | 76 |
| Binary | 10111101 | 1100000 | 11011011 | 1110 | 111000 | 0 | 1110 | 100011101 | 111111 | 111110 |
Color Harmonies of #BD60DB
Complementary color
Monochromatic Colors of #BD60DB
Black with #BD60DB
Text Example
Text Example
White with #BD60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60DB; }
p { color: rgb(189,96,219); }
H1.HeaderClassName
{
color: #BD60DB;
}
.AnyTagClassName
{
color: #BD60DB;
}
</style>
background-color css
<style>
a { background-color: #BD60DB; }
a { background-color: rgb(189,96,219); }
div.DivClassName
{
background-color: #BD60DB;
}
.BgClassName
{
background-color: #BD60DB;
}
</style>
border-color css
<style>
span { border-color: #BD60DB; }
span { border-color: rgb(189,96,219); }
td.TdClassName
{
border-color: #BD60DB;
}
.TagClassName
{
border-color: #BD60DB;
}
</style>