Shades of Medium Orchid #BD3CDE
Tints of Medium Orchid #BD3CDE
RGB
CMYK
RGB Variations
Color information
#BD3CDE (or 0xBD3CDE) is known color: Medium Orchid. HEX triplet: BD, 3C and DE. RGB value is (189,60,222). Sum of RGB (Red+Green+Blue) = 189+60+222=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD3CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CDE is #42C321. Grayscale: #747474. Windows color (decimal): -4375330 or 14564541. OLE color: 14564541.
HSL color Cylindrical-coordinate representation of color #BD3CDE: hue angle of 287.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3CDE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 60 | 222 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.78º | 0.71% | 0.55% | - |
| HSV(B) | 287.78º | 0.73% | 0.87% | - |
| XYZ | 35.79 | 19.32 | 70.95 | - |
| YUV | 117.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 222 | 0.15 | 0.73 | 0 | 0.13 | 287.78 | 0.71 | 0.55 |
| Hex | BD | 3C | DE | F | 49 | 0 | D | 120 | 47 | 37 |
| Octal | 275 | 74 | 336 | 17 | 111 | 0 | 15 | 440 | 107 | 67 |
| Binary | 10111101 | 111100 | 11011110 | 1111 | 1001001 | 0 | 1101 | 100100000 | 1000111 | 110111 |
Color Harmonies of #BD3CDE
Complementary color
Monochromatic Colors of #BD3CDE
Black with #BD3CDE
Text Example
Text Example
White with #BD3CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CDE; }
p { color: rgb(189,60,222); }
H1.HeaderClassName
{
color: #BD3CDE;
}
.AnyTagClassName
{
color: #BD3CDE;
}
</style>
background-color css
<style>
a { background-color: #BD3CDE; }
a { background-color: rgb(189,60,222); }
div.DivClassName
{
background-color: #BD3CDE;
}
.BgClassName
{
background-color: #BD3CDE;
}
</style>
border-color css
<style>
span { border-color: #BD3CDE; }
span { border-color: rgb(189,60,222); }
td.TdClassName
{
border-color: #BD3CDE;
}
.TagClassName
{
border-color: #BD3CDE;
}
</style>