Shades of Medium Orchid #BD55DB
Tints of Medium Orchid #BD55DB
RGB
CMYK
RGB Variations
Color information
#BD55DB (or 0xBD55DB) is known color: Medium Orchid. HEX triplet: BD, 55 and DB. RGB value is (189,85,219). Sum of RGB (Red+Green+Blue) = 189+85+219=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55DB is #42AA24. Grayscale: #828282. Windows color (decimal): -4368933 or 14374333. OLE color: 14374333.
HSL color Cylindrical-coordinate representation of color #BD55DB: hue angle of 286.57º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD55DB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 85 | 219 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.14 |
| HSL | 286.57º | 0.65% | 0.6% | - |
| HSV(B) | 286.57º | 0.61% | 0.86% | - |
| XYZ | 37.02 | 22.43 | 69.4 | - |
| YUV | 131.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 219 | 0.14 | 0.61 | 0 | 0.14 | 286.57 | 0.65 | 0.6 |
| Hex | BD | 55 | DB | E | 3D | 0 | E | 11F | 41 | 3C |
| Octal | 275 | 125 | 333 | 16 | 75 | 0 | 16 | 437 | 101 | 74 |
| Binary | 10111101 | 1010101 | 11011011 | 1110 | 111101 | 0 | 1110 | 100011111 | 1000001 | 111100 |
Color Harmonies of #BD55DB
Complementary color
Monochromatic Colors of #BD55DB
Black with #BD55DB
Text Example
Text Example
White with #BD55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55DB; }
p { color: rgb(189,85,219); }
H1.HeaderClassName
{
color: #BD55DB;
}
.AnyTagClassName
{
color: #BD55DB;
}
</style>
background-color css
<style>
a { background-color: #BD55DB; }
a { background-color: rgb(189,85,219); }
div.DivClassName
{
background-color: #BD55DB;
}
.BgClassName
{
background-color: #BD55DB;
}
</style>
border-color css
<style>
span { border-color: #BD55DB; }
span { border-color: rgb(189,85,219); }
td.TdClassName
{
border-color: #BD55DB;
}
.TagClassName
{
border-color: #BD55DB;
}
</style>