Shades of Medium Orchid #BC38E6
Tints of Medium Orchid #BC38E6
RGB
CMYK
RGB Variations
Color information
#BC38E6 (or 0xBC38E6) is known color: Medium Orchid. HEX triplet: BC, 38 and E6. RGB value is (188,56,230). Sum of RGB (Red+Green+Blue) = 188+56+230=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC38E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38E6 is #43C719. Grayscale: #727272. Windows color (decimal): -4441882 or 15087804. OLE color: 15087804.
HSL color Cylindrical-coordinate representation of color #BC38E6: hue angle of 285.52º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC38E6 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 56 | 230 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.10 |
| HSL | 285.52º | 0.78% | 0.56% | - |
| HSV(B) | 285.52º | 0.76% | 0.9% | - |
| XYZ | 36.44 | 19.23 | 76.65 | - |
| YUV | 115.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 230 | 0.18 | 0.76 | 0 | 0.10 | 285.52 | 0.78 | 0.56 |
| Hex | BC | 38 | E6 | 12 | 4C | 0 | A | 11E | 4E | 38 |
| Octal | 274 | 70 | 346 | 22 | 114 | 0 | 12 | 436 | 116 | 70 |
| Binary | 10111100 | 111000 | 11100110 | 10010 | 1001100 | 0 | 1010 | 100011110 | 1001110 | 111000 |
Color Harmonies of #BC38E6
Complementary color
Monochromatic Colors of #BC38E6
Black with #BC38E6
Text Example
Text Example
White with #BC38E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38E6; }
p { color: rgb(188,56,230); }
H1.HeaderClassName
{
color: #BC38E6;
}
.AnyTagClassName
{
color: #BC38E6;
}
</style>
background-color css
<style>
a { background-color: #BC38E6; }
a { background-color: rgb(188,56,230); }
div.DivClassName
{
background-color: #BC38E6;
}
.BgClassName
{
background-color: #BC38E6;
}
</style>
border-color css
<style>
span { border-color: #BC38E6; }
span { border-color: rgb(188,56,230); }
td.TdClassName
{
border-color: #BC38E6;
}
.TagClassName
{
border-color: #BC38E6;
}
</style>