Shades of Medium Orchid #BD36DB
Tints of Medium Orchid #BD36DB
RGB
CMYK
RGB Variations
Color information
#BD36DB (or 0xBD36DB) is known color: Medium Orchid. HEX triplet: BD, 36 and DB. RGB value is (189,54,219). Sum of RGB (Red+Green+Blue) = 189+54+219=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36DB is #42C924. Grayscale: #707070. Windows color (decimal): -4376869 or 14366397. OLE color: 14366397.
HSL color Cylindrical-coordinate representation of color #BD36DB: hue angle of 289.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD36DB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 54 | 219 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.14 |
| HSL | 289.09º | 0.7% | 0.54% | - |
| HSV(B) | 289.09º | 0.75% | 0.86% | - |
| XYZ | 35.09 | 18.57 | 68.75 | - |
| YUV | 113.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 219 | 0.14 | 0.75 | 0 | 0.14 | 289.09 | 0.7 | 0.54 |
| Hex | BD | 36 | DB | E | 4B | 0 | E | 121 | 46 | 36 |
| Octal | 275 | 66 | 333 | 16 | 113 | 0 | 16 | 441 | 106 | 66 |
| Binary | 10111101 | 110110 | 11011011 | 1110 | 1001011 | 0 | 1110 | 100100001 | 1000110 | 110110 |
Color Harmonies of #BD36DB
Complementary color
Monochromatic Colors of #BD36DB
Black with #BD36DB
Text Example
Text Example
White with #BD36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD36DB; }
p { color: rgb(189,54,219); }
H1.HeaderClassName
{
color: #BD36DB;
}
.AnyTagClassName
{
color: #BD36DB;
}
</style>
background-color css
<style>
a { background-color: #BD36DB; }
a { background-color: rgb(189,54,219); }
div.DivClassName
{
background-color: #BD36DB;
}
.BgClassName
{
background-color: #BD36DB;
}
</style>
border-color css
<style>
span { border-color: #BD36DB; }
span { border-color: rgb(189,54,219); }
td.TdClassName
{
border-color: #BD36DB;
}
.TagClassName
{
border-color: #BD36DB;
}
</style>