Shades of Medium Orchid #BC38DF
Tints of Medium Orchid #BC38DF
RGB
CMYK
RGB Variations
Color information
#BC38DF (or 0xBC38DF) is known color: Medium Orchid. HEX triplet: BC, 38 and DF. RGB value is (188,56,223). Sum of RGB (Red+Green+Blue) = 188+56+223=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38DF is #43C720. Grayscale: #717171. Windows color (decimal): -4441889 or 14629052. OLE color: 14629052.
HSL color Cylindrical-coordinate representation of color #BC38DF: hue angle of 287.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC38DF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 56 | 223 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.13 |
| HSL | 287.43º | 0.72% | 0.55% | - |
| HSV(B) | 287.43º | 0.75% | 0.87% | - |
| XYZ | 35.47 | 18.85 | 71.58 | - |
| YUV | 114.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 223 | 0.16 | 0.75 | 0 | 0.13 | 287.43 | 0.72 | 0.55 |
| Hex | BC | 38 | DF | 10 | 4B | 0 | D | 11F | 48 | 37 |
| Octal | 274 | 70 | 337 | 20 | 113 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111100 | 111000 | 11011111 | 10000 | 1001011 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BC38DF
Complementary color
Monochromatic Colors of #BC38DF
Black with #BC38DF
Text Example
Text Example
White with #BC38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38DF; }
p { color: rgb(188,56,223); }
H1.HeaderClassName
{
color: #BC38DF;
}
.AnyTagClassName
{
color: #BC38DF;
}
</style>
background-color css
<style>
a { background-color: #BC38DF; }
a { background-color: rgb(188,56,223); }
div.DivClassName
{
background-color: #BC38DF;
}
.BgClassName
{
background-color: #BC38DF;
}
</style>
border-color css
<style>
span { border-color: #BC38DF; }
span { border-color: rgb(188,56,223); }
td.TdClassName
{
border-color: #BC38DF;
}
.TagClassName
{
border-color: #BC38DF;
}
</style>