Shades of Medium Orchid #BC74D9
Tints of Medium Orchid #BC74D9
RGB
CMYK
RGB Variations
Color information
#BC74D9 (or 0xBC74D9) is known color: Medium Orchid. HEX triplet: BC, 74 and D9. RGB value is (188,116,217). Sum of RGB (Red+Green+Blue) = 188+116+217=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74D9 is #438B26. Grayscale: #949494. Windows color (decimal): -4426535 or 14251196. OLE color: 14251196.
HSL color Cylindrical-coordinate representation of color #BC74D9: hue angle of 282.77º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC74D9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 116 | 217 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.15 |
| HSL | 282.77º | 0.57% | 0.65% | - |
| HSV(B) | 282.77º | 0.47% | 0.85% | - |
| XYZ | 39.51 | 28.19 | 69 | - |
| YUV | 149.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 217 | 0.13 | 0.47 | 0 | 0.15 | 282.77 | 0.57 | 0.65 |
| Hex | BC | 74 | D9 | D | 2F | 0 | F | 11B | 39 | 41 |
| Octal | 274 | 164 | 331 | 15 | 57 | 0 | 17 | 433 | 71 | 101 |
| Binary | 10111100 | 1110100 | 11011001 | 1101 | 101111 | 0 | 1111 | 100011011 | 111001 | 1000001 |
Color Harmonies of #BC74D9
Complementary color
Monochromatic Colors of #BC74D9
Black with #BC74D9
Text Example
Text Example
White with #BC74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74D9; }
p { color: rgb(188,116,217); }
H1.HeaderClassName
{
color: #BC74D9;
}
.AnyTagClassName
{
color: #BC74D9;
}
</style>
background-color css
<style>
a { background-color: #BC74D9; }
a { background-color: rgb(188,116,217); }
div.DivClassName
{
background-color: #BC74D9;
}
.BgClassName
{
background-color: #BC74D9;
}
</style>
border-color css
<style>
span { border-color: #BC74D9; }
span { border-color: rgb(188,116,217); }
td.TdClassName
{
border-color: #BC74D9;
}
.TagClassName
{
border-color: #BC74D9;
}
</style>