Shades of Medium Orchid #BC74E3
Tints of Medium Orchid #BC74E3
RGB
CMYK
RGB Variations
Color information
#BC74E3 (or 0xBC74E3) is known color: Medium Orchid. HEX triplet: BC, 74 and E3. RGB value is (188,116,227). Sum of RGB (Red+Green+Blue) = 188+116+227=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC74E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74E3 is #438B1C. Grayscale: #959595. Windows color (decimal): -4426525 or 14906556. OLE color: 14906556.
HSL color Cylindrical-coordinate representation of color #BC74E3: hue angle of 278.92º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC74E3 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 116 | 227 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.11 |
| HSL | 278.92º | 0.66% | 0.67% | - |
| HSV(B) | 278.92º | 0.49% | 0.89% | - |
| XYZ | 40.85 | 28.73 | 76.07 | - |
| YUV | 150.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 227 | 0.17 | 0.49 | 0 | 0.11 | 278.92 | 0.66 | 0.67 |
| Hex | BC | 74 | E3 | 11 | 31 | 0 | B | 117 | 42 | 43 |
| Octal | 274 | 164 | 343 | 21 | 61 | 0 | 13 | 427 | 102 | 103 |
| Binary | 10111100 | 1110100 | 11100011 | 10001 | 110001 | 0 | 1011 | 100010111 | 1000010 | 1000011 |
Color Harmonies of #BC74E3
Complementary color
Monochromatic Colors of #BC74E3
Black with #BC74E3
Text Example
Text Example
White with #BC74E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74E3; }
p { color: rgb(188,116,227); }
H1.HeaderClassName
{
color: #BC74E3;
}
.AnyTagClassName
{
color: #BC74E3;
}
</style>
background-color css
<style>
a { background-color: #BC74E3; }
a { background-color: rgb(188,116,227); }
div.DivClassName
{
background-color: #BC74E3;
}
.BgClassName
{
background-color: #BC74E3;
}
</style>
border-color css
<style>
span { border-color: #BC74E3; }
span { border-color: rgb(188,116,227); }
td.TdClassName
{
border-color: #BC74E3;
}
.TagClassName
{
border-color: #BC74E3;
}
</style>