Shades of Medium Orchid #BC38EE
Tints of Medium Orchid #BC38EE
RGB
CMYK
RGB Variations
Color information
#BC38EE (or 0xBC38EE) is known color: Medium Orchid. HEX triplet: BC, 38 and EE. RGB value is (188,56,238). Sum of RGB (Red+Green+Blue) = 188+56+238=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38EE is #43C711. Grayscale: #737373. Windows color (decimal): -4441874 or 15612092. OLE color: 15612092.
HSL color Cylindrical-coordinate representation of color #BC38EE: hue angle of 283.52º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC38EE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 56 | 238 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.07 |
| HSL | 283.52º | 0.84% | 0.58% | - |
| HSV(B) | 283.52º | 0.76% | 0.93% | - |
| XYZ | 37.59 | 19.69 | 82.71 | - |
| YUV | 116.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 238 | 0.21 | 0.76 | 0 | 0.07 | 283.52 | 0.84 | 0.58 |
| Hex | BC | 38 | EE | 15 | 4C | 0 | 7 | 11C | 54 | 3A |
| Octal | 274 | 70 | 356 | 25 | 114 | 0 | 7 | 434 | 124 | 72 |
| Binary | 10111100 | 111000 | 11101110 | 10101 | 1001100 | 0 | 111 | 100011100 | 1010100 | 111010 |
Color Harmonies of #BC38EE
Complementary color
Monochromatic Colors of #BC38EE
Black with #BC38EE
Text Example
Text Example
White with #BC38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38EE; }
p { color: rgb(188,56,238); }
H1.HeaderClassName
{
color: #BC38EE;
}
.AnyTagClassName
{
color: #BC38EE;
}
</style>
background-color css
<style>
a { background-color: #BC38EE; }
a { background-color: rgb(188,56,238); }
div.DivClassName
{
background-color: #BC38EE;
}
.BgClassName
{
background-color: #BC38EE;
}
</style>
border-color css
<style>
span { border-color: #BC38EE; }
span { border-color: rgb(188,56,238); }
td.TdClassName
{
border-color: #BC38EE;
}
.TagClassName
{
border-color: #BC38EE;
}
</style>