Shades of Medium Orchid #BC71CF
Tints of Medium Orchid #BC71CF
RGB
CMYK
RGB Variations
Color information
#BC71CF (or 0xBC71CF) is known color: Medium Orchid. HEX triplet: BC, 71 and CF. RGB value is (188,113,207). Sum of RGB (Red+Green+Blue) = 188+113+207=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71CF is #438E30. Grayscale: #919191. Windows color (decimal): -4427313 or 13595068. OLE color: 13595068.
HSL color Cylindrical-coordinate representation of color #BC71CF: hue angle of 287.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC71CF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 113 | 207 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.19 |
| HSL | 287.87º | 0.49% | 0.63% | - |
| HSV(B) | 287.87º | 0.45% | 0.81% | - |
| XYZ | 37.91 | 27.01 | 62.25 | - |
| YUV | 146.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 207 | 0.09 | 0.45 | 0 | 0.19 | 287.87 | 0.49 | 0.63 |
| Hex | BC | 71 | CF | 9 | 2D | 0 | 13 | 120 | 31 | 3F |
| Octal | 274 | 161 | 317 | 11 | 55 | 0 | 23 | 440 | 61 | 77 |
| Binary | 10111100 | 1110001 | 11001111 | 1001 | 101101 | 0 | 10011 | 100100000 | 110001 | 111111 |
Color Harmonies of #BC71CF
Complementary color
Monochromatic Colors of #BC71CF
Black with #BC71CF
Text Example
Text Example
White with #BC71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71CF; }
p { color: rgb(188,113,207); }
H1.HeaderClassName
{
color: #BC71CF;
}
.AnyTagClassName
{
color: #BC71CF;
}
</style>
background-color css
<style>
a { background-color: #BC71CF; }
a { background-color: rgb(188,113,207); }
div.DivClassName
{
background-color: #BC71CF;
}
.BgClassName
{
background-color: #BC71CF;
}
</style>
border-color css
<style>
span { border-color: #BC71CF; }
span { border-color: rgb(188,113,207); }
td.TdClassName
{
border-color: #BC71CF;
}
.TagClassName
{
border-color: #BC71CF;
}
</style>