Shades of Medium Orchid #BC6BDF
Tints of Medium Orchid #BC6BDF
RGB
CMYK
RGB Variations
Color information
#BC6BDF (or 0xBC6BDF) is known color: Medium Orchid. HEX triplet: BC, 6B and DF. RGB value is (188,107,223). Sum of RGB (Red+Green+Blue) = 188+107+223=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BDF is #439420. Grayscale: #909090. Windows color (decimal): -4428833 or 14642108. OLE color: 14642108.
HSL color Cylindrical-coordinate representation of color #BC6BDF: hue angle of 281.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6BDF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 107 | 223 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.9º | 0.64% | 0.65% | - |
| HSV(B) | 281.9º | 0.52% | 0.87% | - |
| XYZ | 39.32 | 26.53 | 72.86 | - |
| YUV | 144.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 223 | 0.16 | 0.52 | 0 | 0.13 | 281.9 | 0.64 | 0.65 |
| Hex | BC | 6B | DF | 10 | 34 | 0 | D | 11A | 40 | 41 |
| Octal | 274 | 153 | 337 | 20 | 64 | 0 | 15 | 432 | 100 | 101 |
| Binary | 10111100 | 1101011 | 11011111 | 10000 | 110100 | 0 | 1101 | 100011010 | 1000000 | 1000001 |
Color Harmonies of #BC6BDF
Complementary color
Monochromatic Colors of #BC6BDF
Black with #BC6BDF
Text Example
Text Example
White with #BC6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BDF; }
p { color: rgb(188,107,223); }
H1.HeaderClassName
{
color: #BC6BDF;
}
.AnyTagClassName
{
color: #BC6BDF;
}
</style>
background-color css
<style>
a { background-color: #BC6BDF; }
a { background-color: rgb(188,107,223); }
div.DivClassName
{
background-color: #BC6BDF;
}
.BgClassName
{
background-color: #BC6BDF;
}
</style>
border-color css
<style>
span { border-color: #BC6BDF; }
span { border-color: rgb(188,107,223); }
td.TdClassName
{
border-color: #BC6BDF;
}
.TagClassName
{
border-color: #BC6BDF;
}
</style>