Shades of Medium Orchid #BC74DA
Tints of Medium Orchid #BC74DA
RGB
CMYK
RGB Variations
Color information
#BC74DA (or 0xBC74DA) is known color: Medium Orchid. HEX triplet: BC, 74 and DA. RGB value is (188,116,218). Sum of RGB (Red+Green+Blue) = 188+116+218=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DA is #438B25. Grayscale: #949494. Windows color (decimal): -4426534 or 14316732. OLE color: 14316732.
HSL color Cylindrical-coordinate representation of color #BC74DA: hue angle of 282.35º degrees, saturation: 0.58, 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 #BC74DA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 116 | 218 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.15 |
| HSL | 282.35º | 0.58% | 0.65% | - |
| HSV(B) | 282.35º | 0.47% | 0.85% | - |
| XYZ | 39.64 | 28.24 | 69.69 | - |
| YUV | 149.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 218 | 0.14 | 0.47 | 0 | 0.15 | 282.35 | 0.58 | 0.65 |
| Hex | BC | 74 | DA | E | 2F | 0 | F | 11A | 3A | 41 |
| Octal | 274 | 164 | 332 | 16 | 57 | 0 | 17 | 432 | 72 | 101 |
| Binary | 10111100 | 1110100 | 11011010 | 1110 | 101111 | 0 | 1111 | 100011010 | 111010 | 1000001 |
Color Harmonies of #BC74DA
Complementary color
Monochromatic Colors of #BC74DA
Black with #BC74DA
Text Example
Text Example
White with #BC74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74DA; }
p { color: rgb(188,116,218); }
H1.HeaderClassName
{
color: #BC74DA;
}
.AnyTagClassName
{
color: #BC74DA;
}
</style>
background-color css
<style>
a { background-color: #BC74DA; }
a { background-color: rgb(188,116,218); }
div.DivClassName
{
background-color: #BC74DA;
}
.BgClassName
{
background-color: #BC74DA;
}
</style>
border-color css
<style>
span { border-color: #BC74DA; }
span { border-color: rgb(188,116,218); }
td.TdClassName
{
border-color: #BC74DA;
}
.TagClassName
{
border-color: #BC74DA;
}
</style>