Shades of Medium Orchid #BD74DC
Tints of Medium Orchid #BD74DC
RGB
CMYK
RGB Variations
Color information
#BD74DC (or 0xBD74DC) is known color: Medium Orchid. HEX triplet: BD, 74 and DC. RGB value is (189,116,220). Sum of RGB (Red+Green+Blue) = 189+116+220=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74DC is #428B23. Grayscale: #959595. Windows color (decimal): -4360996 or 14447805. OLE color: 14447805.
HSL color Cylindrical-coordinate representation of color #BD74DC: hue angle of 282.12º degrees, saturation: 0.6, 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 #BD74DC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 116 | 220 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.14 |
| HSL | 282.12º | 0.6% | 0.66% | - |
| HSV(B) | 282.12º | 0.47% | 0.86% | - |
| XYZ | 40.15 | 28.48 | 71.09 | - |
| YUV | 149.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 220 | 0.14 | 0.47 | 0 | 0.14 | 282.12 | 0.6 | 0.66 |
| Hex | BD | 74 | DC | E | 2F | 0 | E | 11A | 3C | 42 |
| Octal | 275 | 164 | 334 | 16 | 57 | 0 | 16 | 432 | 74 | 102 |
| Binary | 10111101 | 1110100 | 11011100 | 1110 | 101111 | 0 | 1110 | 100011010 | 111100 | 1000010 |
Color Harmonies of #BD74DC
Complementary color
Monochromatic Colors of #BD74DC
Black with #BD74DC
Text Example
Text Example
White with #BD74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74DC; }
p { color: rgb(189,116,220); }
H1.HeaderClassName
{
color: #BD74DC;
}
.AnyTagClassName
{
color: #BD74DC;
}
</style>
background-color css
<style>
a { background-color: #BD74DC; }
a { background-color: rgb(189,116,220); }
div.DivClassName
{
background-color: #BD74DC;
}
.BgClassName
{
background-color: #BD74DC;
}
</style>
border-color css
<style>
span { border-color: #BD74DC; }
span { border-color: rgb(189,116,220); }
td.TdClassName
{
border-color: #BD74DC;
}
.TagClassName
{
border-color: #BD74DC;
}
</style>