Shades of Medium Orchid #BC74E8
Tints of Medium Orchid #BC74E8
RGB
CMYK
RGB Variations
Color information
#BC74E8 (or 0xBC74E8) is known color: Medium Orchid. HEX triplet: BC, 74 and E8. RGB value is (188,116,232). Sum of RGB (Red+Green+Blue) = 188+116+232=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC74E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74E8 is #438B17. Grayscale: #969696. Windows color (decimal): -4426520 or 15234236. OLE color: 15234236.
HSL color Cylindrical-coordinate representation of color #BC74E8: hue angle of 277.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC74E8 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 116 | 232 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.09 |
| HSL | 277.24º | 0.72% | 0.68% | - |
| HSV(B) | 277.24º | 0.5% | 0.91% | - |
| XYZ | 41.55 | 29.01 | 79.75 | - |
| YUV | 150.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 232 | 0.19 | 0.50 | 0 | 0.09 | 277.24 | 0.72 | 0.68 |
| Hex | BC | 74 | E8 | 13 | 32 | 0 | 9 | 115 | 48 | 44 |
| Octal | 274 | 164 | 350 | 23 | 62 | 0 | 11 | 425 | 110 | 104 |
| Binary | 10111100 | 1110100 | 11101000 | 10011 | 110010 | 0 | 1001 | 100010101 | 1001000 | 1000100 |
Color Harmonies of #BC74E8
Complementary color
Monochromatic Colors of #BC74E8
Black with #BC74E8
Text Example
Text Example
White with #BC74E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74E8; }
p { color: rgb(188,116,232); }
H1.HeaderClassName
{
color: #BC74E8;
}
.AnyTagClassName
{
color: #BC74E8;
}
</style>
background-color css
<style>
a { background-color: #BC74E8; }
a { background-color: rgb(188,116,232); }
div.DivClassName
{
background-color: #BC74E8;
}
.BgClassName
{
background-color: #BC74E8;
}
</style>
border-color css
<style>
span { border-color: #BC74E8; }
span { border-color: rgb(188,116,232); }
td.TdClassName
{
border-color: #BC74E8;
}
.TagClassName
{
border-color: #BC74E8;
}
</style>