Shades of Medium Orchid #BC38D8
Tints of Medium Orchid #BC38D8
RGB
CMYK
RGB Variations
Color information
#BC38D8 (or 0xBC38D8) is known color: Medium Orchid. HEX triplet: BC, 38 and D8. RGB value is (188,56,216). Sum of RGB (Red+Green+Blue) = 188+56+216=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC38D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38D8 is #43C727. Grayscale: #717171. Windows color (decimal): -4441896 or 14170300. OLE color: 14170300.
HSL color Cylindrical-coordinate representation of color #BC38D8: hue angle of 289.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC38D8 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 56 | 216 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.15 |
| HSL | 289.5º | 0.67% | 0.53% | - |
| HSV(B) | 289.5º | 0.74% | 0.85% | - |
| XYZ | 34.55 | 18.48 | 66.71 | - |
| YUV | 113.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 216 | 0.13 | 0.74 | 0 | 0.15 | 289.5 | 0.67 | 0.53 |
| Hex | BC | 38 | D8 | D | 4A | 0 | F | 122 | 43 | 35 |
| Octal | 274 | 70 | 330 | 15 | 112 | 0 | 17 | 442 | 103 | 65 |
| Binary | 10111100 | 111000 | 11011000 | 1101 | 1001010 | 0 | 1111 | 100100010 | 1000011 | 110101 |
Color Harmonies of #BC38D8
Complementary color
Monochromatic Colors of #BC38D8
Black with #BC38D8
Text Example
Text Example
White with #BC38D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38D8; }
p { color: rgb(188,56,216); }
H1.HeaderClassName
{
color: #BC38D8;
}
.AnyTagClassName
{
color: #BC38D8;
}
</style>
background-color css
<style>
a { background-color: #BC38D8; }
a { background-color: rgb(188,56,216); }
div.DivClassName
{
background-color: #BC38D8;
}
.BgClassName
{
background-color: #BC38D8;
}
</style>
border-color css
<style>
span { border-color: #BC38D8; }
span { border-color: rgb(188,56,216); }
td.TdClassName
{
border-color: #BC38D8;
}
.TagClassName
{
border-color: #BC38D8;
}
</style>