Shades of Medium Orchid #BD74DD
Tints of Medium Orchid #BD74DD
RGB
CMYK
RGB Variations
Color information
#BD74DD (or 0xBD74DD) is known color: Medium Orchid. HEX triplet: BD, 74 and DD. RGB value is (189,116,221). Sum of RGB (Red+Green+Blue) = 189+116+221=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74DD is #428B22. Grayscale: #959595. Windows color (decimal): -4360995 or 14513341. OLE color: 14513341.
HSL color Cylindrical-coordinate representation of color #BD74DD: hue angle of 281.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD74DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 116 | 221 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.13 |
| HSL | 281.71º | 0.61% | 0.66% | - |
| HSV(B) | 281.71º | 0.48% | 0.87% | - |
| XYZ | 40.28 | 28.53 | 71.79 | - |
| YUV | 149.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 221 | 0.14 | 0.48 | 0 | 0.13 | 281.71 | 0.61 | 0.66 |
| Hex | BD | 74 | DD | E | 30 | 0 | D | 11A | 3D | 42 |
| Octal | 275 | 164 | 335 | 16 | 60 | 0 | 15 | 432 | 75 | 102 |
| Binary | 10111101 | 1110100 | 11011101 | 1110 | 110000 | 0 | 1101 | 100011010 | 111101 | 1000010 |
Color Harmonies of #BD74DD
Complementary color
Monochromatic Colors of #BD74DD
Black with #BD74DD
Text Example
Text Example
White with #BD74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74DD; }
p { color: rgb(189,116,221); }
H1.HeaderClassName
{
color: #BD74DD;
}
.AnyTagClassName
{
color: #BD74DD;
}
</style>
background-color css
<style>
a { background-color: #BD74DD; }
a { background-color: rgb(189,116,221); }
div.DivClassName
{
background-color: #BD74DD;
}
.BgClassName
{
background-color: #BD74DD;
}
</style>
border-color css
<style>
span { border-color: #BD74DD; }
span { border-color: rgb(189,116,221); }
td.TdClassName
{
border-color: #BD74DD;
}
.TagClassName
{
border-color: #BD74DD;
}
</style>