Shades of Medium Orchid #BC74C6
Tints of Medium Orchid #BC74C6
RGB
CMYK
RGB Variations
Color information
#BC74C6 (or 0xBC74C6) is known color: Medium Orchid. HEX triplet: BC, 74 and C6. RGB value is (188,116,198). Sum of RGB (Red+Green+Blue) = 188+116+198=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC74C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74C6 is #438B39. Grayscale: #929292. Windows color (decimal): -4426554 or 13006012. OLE color: 13006012.
HSL color Cylindrical-coordinate representation of color #BC74C6: hue angle of 292.68º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC74C6 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 116 | 198 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.22 |
| HSL | 292.68º | 0.42% | 0.62% | - |
| HSV(B) | 292.68º | 0.41% | 0.78% | - |
| XYZ | 37.18 | 27.26 | 56.73 | - |
| YUV | 146.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 198 | 0.05 | 0.41 | 0 | 0.22 | 292.68 | 0.42 | 0.62 |
| Hex | BC | 74 | C6 | 5 | 29 | 0 | 16 | 125 | 2A | 3E |
| Octal | 274 | 164 | 306 | 5 | 51 | 0 | 26 | 445 | 52 | 76 |
| Binary | 10111100 | 1110100 | 11000110 | 101 | 101001 | 0 | 10110 | 100100101 | 101010 | 111110 |
Color Harmonies of #BC74C6
Complementary color
Monochromatic Colors of #BC74C6
Black with #BC74C6
Text Example
Text Example
White with #BC74C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74C6; }
p { color: rgb(188,116,198); }
H1.HeaderClassName
{
color: #BC74C6;
}
.AnyTagClassName
{
color: #BC74C6;
}
</style>
background-color css
<style>
a { background-color: #BC74C6; }
a { background-color: rgb(188,116,198); }
div.DivClassName
{
background-color: #BC74C6;
}
.BgClassName
{
background-color: #BC74C6;
}
</style>
border-color css
<style>
span { border-color: #BC74C6; }
span { border-color: rgb(188,116,198); }
td.TdClassName
{
border-color: #BC74C6;
}
.TagClassName
{
border-color: #BC74C6;
}
</style>