Shades of Medium Orchid #BD74CE
Tints of Medium Orchid #BD74CE
RGB
CMYK
RGB Variations
Color information
#BD74CE (or 0xBD74CE) is known color: Medium Orchid. HEX triplet: BD, 74 and CE. RGB value is (189,116,206). Sum of RGB (Red+Green+Blue) = 189+116+206=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74CE is #428B31. Grayscale: #939393. Windows color (decimal): -4361010 or 13530301. OLE color: 13530301.
HSL color Cylindrical-coordinate representation of color #BD74CE: hue angle of 288.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD74CE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 116 | 206 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.19 |
| HSL | 288.67º | 0.48% | 0.63% | - |
| HSV(B) | 288.67º | 0.44% | 0.81% | - |
| XYZ | 38.37 | 27.77 | 61.73 | - |
| YUV | 148.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 206 | 0.08 | 0.44 | 0 | 0.19 | 288.67 | 0.48 | 0.63 |
| Hex | BD | 74 | CE | 8 | 2C | 0 | 13 | 121 | 30 | 3F |
| Octal | 275 | 164 | 316 | 10 | 54 | 0 | 23 | 441 | 60 | 77 |
| Binary | 10111101 | 1110100 | 11001110 | 1000 | 101100 | 0 | 10011 | 100100001 | 110000 | 111111 |
Color Harmonies of #BD74CE
Complementary color
Monochromatic Colors of #BD74CE
Black with #BD74CE
Text Example
Text Example
White with #BD74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74CE; }
p { color: rgb(189,116,206); }
H1.HeaderClassName
{
color: #BD74CE;
}
.AnyTagClassName
{
color: #BD74CE;
}
</style>
background-color css
<style>
a { background-color: #BD74CE; }
a { background-color: rgb(189,116,206); }
div.DivClassName
{
background-color: #BD74CE;
}
.BgClassName
{
background-color: #BD74CE;
}
</style>
border-color css
<style>
span { border-color: #BD74CE; }
span { border-color: rgb(189,116,206); }
td.TdClassName
{
border-color: #BD74CE;
}
.TagClassName
{
border-color: #BD74CE;
}
</style>