Shades of Medium Orchid #BD74DB
Tints of Medium Orchid #BD74DB
RGB
CMYK
RGB Variations
Color information
#BD74DB (or 0xBD74DB) is known color: Medium Orchid. HEX triplet: BD, 74 and DB. RGB value is (189,116,219). Sum of RGB (Red+Green+Blue) = 189+116+219=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74DB is #428B24. Grayscale: #959595. Windows color (decimal): -4360997 or 14382269. OLE color: 14382269.
HSL color Cylindrical-coordinate representation of color #BD74DB: hue angle of 282.52º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD74DB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 116 | 219 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.14 |
| HSL | 282.52º | 0.59% | 0.66% | - |
| HSV(B) | 282.52º | 0.47% | 0.86% | - |
| XYZ | 40.02 | 28.42 | 70.4 | - |
| YUV | 149.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 219 | 0.14 | 0.47 | 0 | 0.14 | 282.52 | 0.59 | 0.66 |
| Hex | BD | 74 | DB | E | 2F | 0 | E | 11B | 3B | 42 |
| Octal | 275 | 164 | 333 | 16 | 57 | 0 | 16 | 433 | 73 | 102 |
| Binary | 10111101 | 1110100 | 11011011 | 1110 | 101111 | 0 | 1110 | 100011011 | 111011 | 1000010 |
Color Harmonies of #BD74DB
Complementary color
Monochromatic Colors of #BD74DB
Black with #BD74DB
Text Example
Text Example
White with #BD74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74DB; }
p { color: rgb(189,116,219); }
H1.HeaderClassName
{
color: #BD74DB;
}
.AnyTagClassName
{
color: #BD74DB;
}
</style>
background-color css
<style>
a { background-color: #BD74DB; }
a { background-color: rgb(189,116,219); }
div.DivClassName
{
background-color: #BD74DB;
}
.BgClassName
{
background-color: #BD74DB;
}
</style>
border-color css
<style>
span { border-color: #BD74DB; }
span { border-color: rgb(189,116,219); }
td.TdClassName
{
border-color: #BD74DB;
}
.TagClassName
{
border-color: #BD74DB;
}
</style>