Shades of Medium Orchid #BC74D0
Tints of Medium Orchid #BC74D0
RGB
CMYK
RGB Variations
Color information
#BC74D0 (or 0xBC74D0) is known color: Medium Orchid. HEX triplet: BC, 74 and D0. RGB value is (188,116,208). Sum of RGB (Red+Green+Blue) = 188+116+208=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74D0 is #438B2F. Grayscale: #939393. Windows color (decimal): -4426544 or 13661372. OLE color: 13661372.
HSL color Cylindrical-coordinate representation of color #BC74D0: hue angle of 286.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC74D0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 116 | 208 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.18 |
| HSL | 286.96º | 0.49% | 0.64% | - |
| HSV(B) | 286.96º | 0.44% | 0.82% | - |
| XYZ | 38.37 | 27.74 | 63.01 | - |
| YUV | 148.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 208 | 0.10 | 0.44 | 0 | 0.18 | 286.96 | 0.49 | 0.64 |
| Hex | BC | 74 | D0 | A | 2C | 0 | 12 | 11F | 31 | 40 |
| Octal | 274 | 164 | 320 | 12 | 54 | 0 | 22 | 437 | 61 | 100 |
| Binary | 10111100 | 1110100 | 11010000 | 1010 | 101100 | 0 | 10010 | 100011111 | 110001 | 1000000 |
Color Harmonies of #BC74D0
Complementary color
Monochromatic Colors of #BC74D0
Black with #BC74D0
Text Example
Text Example
White with #BC74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74D0; }
p { color: rgb(188,116,208); }
H1.HeaderClassName
{
color: #BC74D0;
}
.AnyTagClassName
{
color: #BC74D0;
}
</style>
background-color css
<style>
a { background-color: #BC74D0; }
a { background-color: rgb(188,116,208); }
div.DivClassName
{
background-color: #BC74D0;
}
.BgClassName
{
background-color: #BC74D0;
}
</style>
border-color css
<style>
span { border-color: #BC74D0; }
span { border-color: rgb(188,116,208); }
td.TdClassName
{
border-color: #BC74D0;
}
.TagClassName
{
border-color: #BC74D0;
}
</style>