Shades of Medium Orchid #BC38D6
Tints of Medium Orchid #BC38D6
RGB
CMYK
RGB Variations
Color information
#BC38D6 (or 0xBC38D6) is known color: Medium Orchid. HEX triplet: BC, 38 and D6. RGB value is (188,56,214). Sum of RGB (Red+Green+Blue) = 188+56+214=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC38D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38D6 is #43C729. Grayscale: #707070. Windows color (decimal): -4441898 or 14039228. OLE color: 14039228.
HSL color Cylindrical-coordinate representation of color #BC38D6: hue angle of 290.13º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC38D6 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 56 | 214 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.16 |
| HSL | 290.13º | 0.66% | 0.53% | - |
| HSV(B) | 290.13º | 0.74% | 0.84% | - |
| XYZ | 34.29 | 18.37 | 65.36 | - |
| YUV | 113.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 214 | 0.12 | 0.74 | 0 | 0.16 | 290.13 | 0.66 | 0.53 |
| Hex | BC | 38 | D6 | C | 4A | 0 | 10 | 122 | 42 | 35 |
| Octal | 274 | 70 | 326 | 14 | 112 | 0 | 20 | 442 | 102 | 65 |
| Binary | 10111100 | 111000 | 11010110 | 1100 | 1001010 | 0 | 10000 | 100100010 | 1000010 | 110101 |
Color Harmonies of #BC38D6
Complementary color
Monochromatic Colors of #BC38D6
Black with #BC38D6
Text Example
Text Example
White with #BC38D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38D6; }
p { color: rgb(188,56,214); }
H1.HeaderClassName
{
color: #BC38D6;
}
.AnyTagClassName
{
color: #BC38D6;
}
</style>
background-color css
<style>
a { background-color: #BC38D6; }
a { background-color: rgb(188,56,214); }
div.DivClassName
{
background-color: #BC38D6;
}
.BgClassName
{
background-color: #BC38D6;
}
</style>
border-color css
<style>
span { border-color: #BC38D6; }
span { border-color: rgb(188,56,214); }
td.TdClassName
{
border-color: #BC38D6;
}
.TagClassName
{
border-color: #BC38D6;
}
</style>