Shades of Medium Orchid #BC38E0
Tints of Medium Orchid #BC38E0
RGB
CMYK
RGB Variations
Color information
#BC38E0 (or 0xBC38E0) is known color: Medium Orchid. HEX triplet: BC, 38 and E0. RGB value is (188,56,224). Sum of RGB (Red+Green+Blue) = 188+56+224=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC38E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38E0 is #43C71F. Grayscale: #727272. Windows color (decimal): -4441888 or 14694588. OLE color: 14694588.
HSL color Cylindrical-coordinate representation of color #BC38E0: hue angle of 287.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC38E0 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 56 | 224 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.12 |
| HSL | 287.14º | 0.73% | 0.55% | - |
| HSV(B) | 287.14º | 0.75% | 0.88% | - |
| XYZ | 35.61 | 18.9 | 72.29 | - |
| YUV | 114.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 224 | 0.16 | 0.75 | 0 | 0.12 | 287.14 | 0.73 | 0.55 |
| Hex | BC | 38 | E0 | 10 | 4B | 0 | C | 11F | 49 | 37 |
| Octal | 274 | 70 | 340 | 20 | 113 | 0 | 14 | 437 | 111 | 67 |
| Binary | 10111100 | 111000 | 11100000 | 10000 | 1001011 | 0 | 1100 | 100011111 | 1001001 | 110111 |
Color Harmonies of #BC38E0
Complementary color
Monochromatic Colors of #BC38E0
Black with #BC38E0
Text Example
Text Example
White with #BC38E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38E0; }
p { color: rgb(188,56,224); }
H1.HeaderClassName
{
color: #BC38E0;
}
.AnyTagClassName
{
color: #BC38E0;
}
</style>
background-color css
<style>
a { background-color: #BC38E0; }
a { background-color: rgb(188,56,224); }
div.DivClassName
{
background-color: #BC38E0;
}
.BgClassName
{
background-color: #BC38E0;
}
</style>
border-color css
<style>
span { border-color: #BC38E0; }
span { border-color: rgb(188,56,224); }
td.TdClassName
{
border-color: #BC38E0;
}
.TagClassName
{
border-color: #BC38E0;
}
</style>