Shades of Medium Orchid #BC4DEF
Tints of Medium Orchid #BC4DEF
RGB
CMYK
RGB Variations
Color information
#BC4DEF (or 0xBC4DEF) is known color: Medium Orchid. HEX triplet: BC, 4D and EF. RGB value is (188,77,239). Sum of RGB (Red+Green+Blue) = 188+77+239=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC4DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DEF is #43B210. Grayscale: #808080. Windows color (decimal): -4436497 or 15683004. OLE color: 15683004.
HSL color Cylindrical-coordinate representation of color #BC4DEF: hue angle of 281.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4DEF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 77 | 239 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.06 |
| HSL | 281.11º | 0.84% | 0.62% | - |
| HSV(B) | 281.11º | 0.68% | 0.94% | - |
| XYZ | 38.97 | 22.23 | 83.9 | - |
| YUV | 128.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 239 | 0.21 | 0.68 | 0 | 0.06 | 281.11 | 0.84 | 0.62 |
| Hex | BC | 4D | EF | 15 | 44 | 0 | 6 | 119 | 54 | 3E |
| Octal | 274 | 115 | 357 | 25 | 104 | 0 | 6 | 431 | 124 | 76 |
| Binary | 10111100 | 1001101 | 11101111 | 10101 | 1000100 | 0 | 110 | 100011001 | 1010100 | 111110 |
Color Harmonies of #BC4DEF
Complementary color
Monochromatic Colors of #BC4DEF
Black with #BC4DEF
Text Example
Text Example
White with #BC4DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DEF; }
p { color: rgb(188,77,239); }
H1.HeaderClassName
{
color: #BC4DEF;
}
.AnyTagClassName
{
color: #BC4DEF;
}
</style>
background-color css
<style>
a { background-color: #BC4DEF; }
a { background-color: rgb(188,77,239); }
div.DivClassName
{
background-color: #BC4DEF;
}
.BgClassName
{
background-color: #BC4DEF;
}
</style>
border-color css
<style>
span { border-color: #BC4DEF; }
span { border-color: rgb(188,77,239); }
td.TdClassName
{
border-color: #BC4DEF;
}
.TagClassName
{
border-color: #BC4DEF;
}
</style>