Shades of Medium Orchid #BC48EF
Tints of Medium Orchid #BC48EF
RGB
CMYK
RGB Variations
Color information
#BC48EF (or 0xBC48EF) is known color: Medium Orchid. HEX triplet: BC, 48 and EF. RGB value is (188,72,239). Sum of RGB (Red+Green+Blue) = 188+72+239=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC48EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48EF is #43B710. Grayscale: #7D7D7D. Windows color (decimal): -4437777 or 15681724. OLE color: 15681724.
HSL color Cylindrical-coordinate representation of color #BC48EF: hue angle of 281.68º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC48EF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 72 | 239 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.06 |
| HSL | 281.68º | 0.84% | 0.61% | - |
| HSV(B) | 281.68º | 0.7% | 0.94% | - |
| XYZ | 38.64 | 21.56 | 83.79 | - |
| YUV | 125.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 239 | 0.21 | 0.70 | 0 | 0.06 | 281.68 | 0.84 | 0.61 |
| Hex | BC | 48 | EF | 15 | 46 | 0 | 6 | 11A | 54 | 3D |
| Octal | 274 | 110 | 357 | 25 | 106 | 0 | 6 | 432 | 124 | 75 |
| Binary | 10111100 | 1001000 | 11101111 | 10101 | 1000110 | 0 | 110 | 100011010 | 1010100 | 111101 |
Color Harmonies of #BC48EF
Complementary color
Monochromatic Colors of #BC48EF
Black with #BC48EF
Text Example
Text Example
White with #BC48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48EF; }
p { color: rgb(188,72,239); }
H1.HeaderClassName
{
color: #BC48EF;
}
.AnyTagClassName
{
color: #BC48EF;
}
</style>
background-color css
<style>
a { background-color: #BC48EF; }
a { background-color: rgb(188,72,239); }
div.DivClassName
{
background-color: #BC48EF;
}
.BgClassName
{
background-color: #BC48EF;
}
</style>
border-color css
<style>
span { border-color: #BC48EF; }
span { border-color: rgb(188,72,239); }
td.TdClassName
{
border-color: #BC48EF;
}
.TagClassName
{
border-color: #BC48EF;
}
</style>