Shades of Medium Orchid #BC74DC
Tints of Medium Orchid #BC74DC
RGB
CMYK
RGB Variations
Color information
#BC74DC (or 0xBC74DC) is known color: Medium Orchid. HEX triplet: BC, 74 and DC. RGB value is (188,116,220). Sum of RGB (Red+Green+Blue) = 188+116+220=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DC is #438B23. Grayscale: #959595. Windows color (decimal): -4426532 or 14447804. OLE color: 14447804.
HSL color Cylindrical-coordinate representation of color #BC74DC: hue angle of 281.54º 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 #BC74DC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 116 | 220 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.14 |
| HSL | 281.54º | 0.6% | 0.66% | - |
| HSV(B) | 281.54º | 0.47% | 0.86% | - |
| XYZ | 39.9 | 28.35 | 71.08 | - |
| YUV | 149.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 220 | 0.15 | 0.47 | 0 | 0.14 | 281.54 | 0.6 | 0.66 |
| Hex | BC | 74 | DC | F | 2F | 0 | E | 11A | 3C | 42 |
| Octal | 274 | 164 | 334 | 17 | 57 | 0 | 16 | 432 | 74 | 102 |
| Binary | 10111100 | 1110100 | 11011100 | 1111 | 101111 | 0 | 1110 | 100011010 | 111100 | 1000010 |
Color Harmonies of #BC74DC
Complementary color
Monochromatic Colors of #BC74DC
Black with #BC74DC
Text Example
Text Example
White with #BC74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74DC; }
p { color: rgb(188,116,220); }
H1.HeaderClassName
{
color: #BC74DC;
}
.AnyTagClassName
{
color: #BC74DC;
}
</style>
background-color css
<style>
a { background-color: #BC74DC; }
a { background-color: rgb(188,116,220); }
div.DivClassName
{
background-color: #BC74DC;
}
.BgClassName
{
background-color: #BC74DC;
}
</style>
border-color css
<style>
span { border-color: #BC74DC; }
span { border-color: rgb(188,116,220); }
td.TdClassName
{
border-color: #BC74DC;
}
.TagClassName
{
border-color: #BC74DC;
}
</style>